migrate to main branch

This commit is contained in:
Maxime GRIS
2022-03-13 14:09:05 +01:00
parent ff71c32872
commit 2c7cd9857e
6 changed files with 21 additions and 22 deletions

View File

@@ -3,13 +3,13 @@ name: 'MacOS Build'
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: