Skip to content

Commit

Permalink
feat(ci): only build container on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
roock committed Apr 25, 2023
1 parent c427670 commit dcfe7fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ on:
- cron: '0 10 * * *' # everyday at 10am
push:
branches:
- '**'
- 'main'
tags:
- 'v*.*.*'
pull_request:
branches:
- 'master'
workflow_dispatch:

env:
Expand Down

0 comments on commit dcfe7fb

Please sign in to comment.