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 424510d commit 17698b6Copy full SHA for 17698b6
1 file changed
.github/workflows/ironworks-spark.yml
@@ -2,17 +2,17 @@ name: Ironworks Spark
2
3
on:
4
pull_request:
5
+ branches:
6
+ - master
7
push:
8
branches:
- - "**"
- tags-ignore:
9
10
11
permissions:
12
contents: read
13
14
concurrency:
15
- group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
16
cancel-in-progress: true
17
18
jobs:
0 commit comments