8000
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 62ac345 commit 8b6de0fCopy full SHA for 8b6de0f
.github/workflows/ci.yml
@@ -10,6 +10,9 @@ on:
10
pull_request:
11
branches:
12
- '**'
13
+concurrency:
14
+ group: ${{ github.workflow }}-${{ github.ref }}
15
+ cancel-in-progress: true
16
jobs:
17
build:
18
runs-on: ubuntu-latest
.github/workflows/publish.yml
@@ -5,6 +5,9 @@ on:
5
tags:
6
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7
8
9
+
release:
# Use Publish environment for deployment protection
0 commit comments