Don't run CI twice when merging to master

* It already ran on the feature branch.
This commit is contained in:
Benoit Daloze
2020-02-09 23:38:56 +01:00
parent 55dff253ca
commit 53b22d2360
+1
View File
@@ -2,6 +2,7 @@ name: Test this action
on:
push:
branches-ignore:
- master
- v1
tags-ignore:
- '*'