Skip to content

Commit 53b22d2

Browse files
committed
Don't run CI twice when merging to master
* It already ran on the feature branch.
1 parent 55dff25 commit 53b22d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Test this action
22
on:
33
push:
44
branches-ignore:
5+
- master
56
- v1
67
tags-ignore:
78
- '*'

0 commit comments

Comments
 (0)