mirror of
https://github.com/FossifyOrg/Flashlight.git
synced 2026-05-19 06:07:56 -04:00
ci: update branch name to main (#37)
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -2,7 +2,7 @@ name: PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
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:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ main ]
|
||||
types: [ labeled, opened, synchronize, reopened ]
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user