Skip to content

Commit

Permalink
Trigger CI build on experience-cs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 16, 2025
1 parent 35fc166 commit 56a033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI/CD
on:
pull_request: # Runs whenever a pull request is created or updated (including from another fork)
push: # Runs whenever a commit is pushed to the repository...
branches: [master, develop, hotfix/*] # ...on any of these branches
branches: [master, experience-cs, hotfix/*] # ...on any of these branches
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
concurrency:
group: "${{ github.workflow }} @ ${{ github.head_ref || github.ref }}"
Expand Down

0 comments on commit 56a033f

Please sign in to comment.