Skip to content

Commit ff2ba79

Browse files
committed
Try to trigger CI on push to branches but not to tags
* Running CI on tag is redundant with the branch push.
1 parent ffa54c9 commit ff2ba79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Test this action
22
on:
33
push:
4+
branches:
5+
- '*'
6+
tags-ignore:
7+
- '*'
48
paths-ignore:
59
- README.md
610
jobs:

0 commit comments

Comments
 (0)