Don't trigger github action on master push
This commit is contained in:
parent
19e854e02d
commit
e1ce6e8ed6
1 changed files with 0 additions and 1 deletions
1
.github/workflows/compile.yml
vendored
1
.github/workflows/compile.yml
vendored
|
@ -6,7 +6,6 @@ name: CI
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the master branch
|
# Triggers the workflow on push or pull request events but only for the master branch
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- 'v*.*.*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue