Skip to content

Commit

Permalink
Changed branch name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jevanilla committed Aug 9, 2024
1 parent e003f6e commit 581c72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:
# Trigger on push to `main` branch
push:
branches: ["main"]
branches: ["master"]
# Trigger on pull request to all branches (but do not deploy to gh-pages)
pull_request:

Expand Down

0 comments on commit 581c72d

Please sign in to comment.