Make workflows run for master
This commit is contained in:
parent
eb96f57f68
commit
c5408c2232
|
@ -4,7 +4,7 @@ on:
|
||||||
# but only for the master branch
|
# but only for the master branch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Patch building
|
name: Patch building
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Build PR
|
name: Build PR
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: develop
|
branches: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -4,7 +4,7 @@ on:
|
||||||
# but only for the master branch
|
# but only for the master branch
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Testing
|
name: Testing
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Test PR
|
name: Test PR
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: develop
|
branches: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in New Issue