Merge pull request #167 from Lorenzooone/master

Make workflows run for master
This commit is contained in:
Lorenzooone 2022-07-03 23:11:12 +02:00 committed by GitHub
commit 1b0964c50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ on:
# but only for the master branch
push:
branches:
- develop
- master
jobs:
build:
name: Patch building

View File

@ -1,7 +1,7 @@
name: Build PR
on:
pull_request:
branches: develop
branches: master
jobs:
build:

View File

@ -4,7 +4,7 @@ on:
# but only for the master branch
push:
branches:
- develop
- master
jobs:
test:
name: Testing

View File

@ -1,7 +1,7 @@
name: Test PR
on:
pull_request:
branches: develop
branches: master
jobs:
test: