We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbe6dc commit d846bc1Copy full SHA for d846bc1
.github/workflows/build.yaml
@@ -8,6 +8,10 @@ on:
8
branches:
9
- main
10
11
+concurrency:
12
+ group: ${{ github.workflow }}-${{ github.ref }}
13
+ cancel-in-progress: true
14
+
15
jobs:
16
build:
17
runs-on: ubuntu-latest
.github/workflows/publish.yaml
@@ -4,6 +4,10 @@ on:
4
release:
5
types: [created]
6
7
0 commit comments