update workflows
This commit is contained in:
parent
2417008f13
commit
38d0ed0e03
2 changed files with 16 additions and 9 deletions
|
|
@ -1,5 +1,11 @@
|
|||
name: Build
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue