Skip to content

Commit

Permalink
Run GHA on devel *and* release
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaldron authored May 5, 2022
1 parent 7184ed7 commit ead062b
Showing 1 changed file with 2 additions and 2 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,8 +9,8 @@ on:
schedule:
- cron: '38 7 * * *'
push:
branches: [ devel ]
# Publish semver tags as releases.
branches: [ devel, release ]
# Publish server tags as releases.
tags: [ 'v*.*.*' ]

env:
Expand Down

0 comments on commit ead062b

Please sign in to comment.