Skip to content

Commit

Permalink
Fixed branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
famura committed May 4, 2021
1 parent 5fd658b commit d8287e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d8287e5

Please sign in to comment.