We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8775bfc commit 722bafeCopy full SHA for 722bafe
1 file changed
.github/workflows/ci-cd.yml
@@ -4,6 +4,9 @@ on:
4
workflow_dispatch:
5
push:
6
branches: '**'
7
+ pull_request:
8
+ branches:
9
+ - dev
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments