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