Skip to content

Commit 68149a2

Browse files
authored
Merge pull request #2196 from wpaulino/ci-ignore-master-cancel-prev
Prevent unnecessary CI workflow runs
2 parents bd25a81 + d63006d commit 68149a2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Continuous Integration Checks
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches-ignore:
6+
- master
7+
pull_request:
8+
branches-ignore:
9+
- master
10+
11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.ref }}
13+
cancel-in-progress: true
414

515
jobs:
616
build:

0 commit comments

Comments
 (0)