Skip to content

Commit df98e25

Browse files
committed
ENH: Do not run duplicate GitHub actions in pull requests
1 parent 8b698aa commit df98e25

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: Build, test, publish
22

3-
on: [push,pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- 'v*'
9+
pull_request:
10+
branches:
11+
- master
412

513
env:
614
itk-git-tag: "v6.0a02"

0 commit comments

Comments
 (0)