1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +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
on: [ push ]
on:
push:
branches:
- '*'
- '*/*'
- '!master'
jobs:
unix: