Skip to content

Commit

Permalink
Fix branch name in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjanez authored Feb 8, 2024
1 parent 1beba0a commit bc6b054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test ckan-mqa images (PR)
on:
pull_request:
branches:
- master
- main
- 'ckan-mqa-*.*.*'
- '!dev/ckan-mqa-*.*.*'
- '!feature/*'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- closed
branches:
- master
- main
- 'ckan-mqa-*.*.*'
- '!dev/ckan-mqa-*.*.*'
- '!feature/*'
Expand Down

0 comments on commit bc6b054

Please sign in to comment.