misc: Fixed the push and pull_request branch requirements for our CI to run

This commit is contained in:
dragonmux 2022-06-28 02:29:06 -04:00 committed by Piotr Esden-Tempski
parent d78f7696cc
commit cf204448bf
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name: build and upload
on: on:
# Triggers the workflow on push or pull request events but only for the main branch # Triggers the workflow on push or pull request events but only for the main branch
push: push:
branches: [ master ] branches: [ main ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:

View File

@ -4,7 +4,7 @@ name: build PR
on: on:
# Triggers the workflow on push or pull request events but only for the main branch # Triggers the workflow on push or pull request events but only for the main branch
pull_request: pull_request:
branches: [ master ] branches: [ main ]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: