Working on Github Actions
This commit is contained in:
parent
5f6bd6171d
commit
9d8ea17964
3
.github/workflows/build-and-test.yml
vendored
3
.github/workflows/build-and-test.yml
vendored
|
@ -4,6 +4,9 @@ name: Build
|
|||
# Controls when the action will run. Triggers the workflow on push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
release:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user