Skip to content

Commit

Permalink
ci: update action to run on branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Jan 6, 2022
1 parent 69d6283 commit a8c281b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
tags:
- 'v*'
branches:
- '*.x'
- 'development'
- 'main'
deployment:
workflow_dispatch:
jobs:
Expand All @@ -26,6 +30,7 @@ jobs:
images: lmsdoubtfire/overseer
tags: |
type=ref,event=tag
type=ref,event=branch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
Expand Down

0 comments on commit a8c281b

Please sign in to comment.