Skip to content

Commit

Permalink
fix github action to run on main not master
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Mar 26, 2024
1 parent 8a191da commit d17635a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
schedule:
- cron: '0 0 * * *'
push:
branches: [ "master" ]
branches: [ "main" ]
# Publish semver tags as releases.
tags: [ '*.*.*' ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit d17635a

Please sign in to comment.