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:
parent
d750af59c7
commit
d0e85e00e2
1 changed files with 6 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -1,6 +1,11 @@
|
|||
name: CI
|
||||
|
||||
on: [ push ]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
- '*/*'
|
||||
- '!master'
|
||||
|
||||
jobs:
|
||||
unix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue