Prepare for branch move: development -> main

This commit is contained in:
Scott Nonnenberg
2022-04-25 15:53:31 -07:00
committed by GitHub
parent decf65078c
commit 9921a07a0b
7 changed files with 9 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ on:
push:
branches:
- development
- main
- '[0-9]+.[0-9]+.x'
pull_request:
@@ -42,7 +43,7 @@ jobs:
macos:
needs: lint
runs-on: macos-11.0
if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/development' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
timeout-minutes: 30
steps: