Skip to content

Commit

Permalink
Update and rename project-ci.yml to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-teqbench committed Jan 3, 2024
1 parent e2693d4 commit 2bb8fb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 39 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI
# TeqBench - CI Workflow - PR merge initiates a CI workflow.

on:
pull_request:
types: [closed]
branches:
- main

jobs:
ci:
name: CI
uses: teqbench/teqbench.devops.githhub.workflows/.github/workflows/ci.yml@main
secrets: inherit
39 changes: 0 additions & 39 deletions .github/workflows/project-ci.yml

This file was deleted.

0 comments on commit 2bb8fb1

Please sign in to comment.