1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

.github/workflows/ci.yml: run on all branches except master

Only code from other branches should be pushed to master, so we can skip CI.
This commit is contained in:
Henrik Hautakoski 2019-12-20 15:08:38 +01:00
parent d750af59c7
commit d0e85e00e2

View file

@ -1,6 +1,11 @@
name: CI name: CI
on: [ push ] on:
push:
branches:
- '*'
- '*/*'
- '!master'
jobs: jobs:
unix: unix: