Experimenting with GH actions
This commit is contained in:
parent
5ca83a4c03
commit
5fd71b8d2b
1 changed files with 3 additions and 3 deletions
4
.github/workflows/pull_request_check.yml
vendored
4
.github/workflows/pull_request_check.yml
vendored
|
@ -3,9 +3,9 @@ on:
|
|||
pull_request:
|
||||
types: [opened, edited, synchronize, ready_for_review, review_requested]
|
||||
push:
|
||||
- master
|
||||
branches:
|
||||
- develop
|
||||
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue