We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9befad4 commit 87aeb39Copy full SHA for 87aeb39
1 file changed
.github/workflows/ci-main.yml
@@ -3,8 +3,11 @@ name: CI – Main Branch
3
on:
4
pull_request:
5
branches: [main]
6
+ push:
7
+ branches: [main]
8
workflow_dispatch:
9
10
+
11
concurrency:
12
group: ci-main-${{ github.ref }}
13
cancel-in-progress: true
0 commit comments