Skip to content

Commit

Permalink
deploy: run the deploy off the "main" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stebunovd committed Nov 11, 2024
1 parent f63e46c commit 319d3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy
on:
push:
branches: [master]
branches: [main]
workflow_dispatch:
jobs:
notify-build-start:
Expand Down

0 comments on commit 319d3bd

Please sign in to comment.