Skip to content

Commit

Permalink
Trigger events on push on release branch rather than tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kereis committed Feb 24, 2021
1 parent c251592 commit 5c03bd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
release:
types: [created]
push:
tags:
- 'v*'
branches : [release/*]

env:
DOCKER_IMAGE: humenius/traefik-certs-dumper
Expand Down

0 comments on commit 5c03bd9

Please sign in to comment.