Skip to content

Commit

Permalink
Allow master branch
Browse files Browse the repository at this point in the history
Also avoid all branches except master and ckan-*.*.*
  • Loading branch information
mjanez authored Sep 28, 2023
1 parent 358468a commit 6d0ef87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
types:
- closed
branches:
- main
- master
- 'ckan-*.*.*'
- '!dev/ckan-*.*.*'
- '!feature/*'
- '!fix/*'

env:
REGISTRY: ghcr.io
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/docker-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Test ckan-docker images (PR)
on:
pull_request:
branches:
- main
- master
- 'ckan-*.*.*'
- '!dev/ckan-*.*.*'
- '!*/*'
- '!feature/*'
- '!fix/*'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 6d0ef87

Please sign in to comment.