We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8498c18 commit 593005dCopy full SHA for 593005d
1 file changed
.github/workflows/website.yaml
@@ -2,6 +2,11 @@ name: Website
2
3
on:
4
push:
5
+ branches: [ main, master]
6
+
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.ref }}
9
+ cancel-in-progress: true
10
11
jobs:
12
build:
0 commit comments