Skip to content

Commit

Permalink
change workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fightforlife committed Jul 13, 2022
1 parent 229d03f commit 932ce92
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,11 @@

name: Publish Docker image

on:
push:
branches:
- 'dev'
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'dev'
- 'master'
on:
workflow_dispatch:

schedule:
- cron: '0 0 * * 0'

# schedule:
# - cron: '25 10 * * *'
Expand Down

0 comments on commit 932ce92

Please sign in to comment.