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 2b5bd90 commit 8787313Copy full SHA for 8787313
.github/workflows/container-image.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- master
7
- pull_request: {}
8
release:
9
types:
10
- published
.github/workflows/linux.yml
@@ -5,7 +5,6 @@ on:
- 'support/*'
concurrency:
11
group: linux-${{ github.event_name == 'push' && github.sha || github.ref }}
.github/workflows/windows.yml
group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}
0 commit comments