Only run CI workflow on master branch
This commit is contained in:
parent
3f1dc0a2c7
commit
13dfdae6ab
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -1,6 +1,11 @@
|
||||
name: ci
|
||||
|
||||
on: [ push, pull_request ]
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user