git.fiddlerwoaroof.com
Browse code

Don't run release workflow unnecessarily

Ed Langley authored on 04/11/2018 07:04:41
Showing 1 changed files
... ...
@@ -42,6 +42,8 @@ workflows:
42 42
     jobs:
43 43
       - build:
44 44
           filters:
45
+            branches:
46
+              ignore: /.*/
45 47
             tags:
46 48
               only: /^\d+\.\d+$/
47 49
       - publish-github-release: