Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonobo committed Dec 25, 2023
1 parent 631f623 commit 3473432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 100 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: '25 5 * * *'
push:
branches: [ "main" ]
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down
98 changes: 0 additions & 98 deletions .github/workflows/docker.yml

This file was deleted.

0 comments on commit 3473432

Please sign in to comment.