Run CI only on master pushes.
This commit is contained in:
parent
869a2d1a15
commit
61e26deb99
1 changed files with 5 additions and 1 deletions
6
saphyr/.github/workflows/ci.yml
vendored
6
saphyr/.github/workflows/ci.yml
vendored
|
@ -1,6 +1,10 @@
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue