diff --git a/.github/workflows/compile_and_upload.yml b/.github/workflows/compile_and_upload.yml index 827615c..d7a2661 100644 --- a/.github/workflows/compile_and_upload.yml +++ b/.github/workflows/compile_and_upload.yml @@ -2,11 +2,11 @@ name: Compile and Upload # Controls when the action will run 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 master branch push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: