Skip to content

Commit

Permalink
feat: testing build
Browse files Browse the repository at this point in the history
Ora se un commit viene pushato nel branch "testing" una build di testing verrà generata.
Da utilizzare per provare comandi senza dover generare ogni volta una release nuova
  • Loading branch information
ncvescera authored Jul 31, 2023
1 parent f70fd83 commit b522601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# schedule:
# - cron: '28 5 * * *'
push:
# branches: [ "main" ]
branches: [ "testing" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down

0 comments on commit b522601

Please sign in to comment.