Skip to content

Commit

Permalink
fix: update gha trigger so it doesn't run twice when pushing to branc…
Browse files Browse the repository at this point in the history
…hes that have a pull request
  • Loading branch information
skripted-io committed Sep 29, 2023
1 parent f1f43c4 commit 7db0ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
pull_request: # Runs whenever a pull request is created or updated
push: # Runs whenever a commit is pushed to the repository
branches: [main, develop, hotfix/*]

concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"
Expand Down

0 comments on commit 7db0ba7

Please sign in to comment.