Skip to content

Commit

Permalink
Merge pull request #4 from galargh/ipdx/release-automation-updates
Browse files Browse the repository at this point in the history
fix: ci: update triggers to cover miner
  • Loading branch information
galargh authored Jul 10, 2024
2 parents f897e66 + 93b613f commit dcd4500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- master
- release/v*
- release/miner/v*
- releases
schedule:
- cron: '0 0 * * *'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- release/v*
- release/miner/v*
- releases
paths:
- build/version.go
pull_request:
branches:
- release/v*
- release/miner/v*
- releases
paths:
- build/version.go
Expand Down

0 comments on commit dcd4500

Please sign in to comment.