Skip to content

Commit

Permalink
trigger on all branches, added concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
qtrinh2 authored Nov 18, 2024
1 parent b51df90 commit 4bebdf4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
workflow_dispatch:
push:
branches:
- "main"
- "**"
paths:
- "**"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
build-publish:
Expand Down

0 comments on commit 4bebdf4

Please sign in to comment.