mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 04:28:00 +01:00
Hardcode branch name in workflow
This commit is contained in:
parent
9b93b62f00
commit
30663de8ae
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -2,7 +2,7 @@ name: PR
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-pr-workflow:
|
call-pr-workflow:
|
||||||
|
|
2
.github/workflows/testing-build.yml
vendored
2
.github/workflows/testing-build.yml
vendored
|
@ -2,7 +2,7 @@ name: Testing build (on PR)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ master ]
|
||||||
types: [ labeled, opened, synchronize, reopened ]
|
types: [ labeled, opened, synchronize, reopened ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue