Skip to content

Commit

Permalink
.github/deployment.yml: fix target branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvdheuvel committed Aug 16, 2024
1 parent 7f38917 commit dc023fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Build and Deploy

on:
push:
branches: [main]
branches: [master]

env:
APP_NAME: yahoo-auction-discord-alert-bot
Expand Down

0 comments on commit dc023fe

Please sign in to comment.