Skip to content

Commit

Permalink
Enable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jramsgz committed Apr 13, 2023
1 parent fab1e70 commit 49dcbbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ name: Docker
# documentation.

on:
schedule:
- cron: '20 0 * * *'
# schedule:
# - cron: '20 0 * * *'
push:
branches: [ "main" ]
branches: [ "scopes-support" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
branches: [ "scopes-support" ]

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

0 comments on commit 49dcbbe

Please sign in to comment.