mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Use correct branch for actions
This commit is contained in:
parent
f1750ca244
commit
98ba187afa
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -2,7 +2,7 @@ name: Generate Readme
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
jobs:
|
||||
generate-readme:
|
||||
runs-on: macos-latest
|
||||
|
|
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
@ -2,7 +2,7 @@ name: Check PR
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
jobs:
|
||||
setup:
|
||||
runs-on: macos-latest
|
||||
|
|
Loading…
Reference in a new issue