Trigger GitHub actions build on either push and PR to master
type: development
This commit is contained in:
parent
f2a5f13729
commit
1c22623df4
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
|
@ -1,6 +1,12 @@
|
|||
name: Build
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
all:
|
||||
|
|
Loading…
Reference in New Issue
Block a user