Skip to content

Commit

Permalink
run actions on pr to release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Jan 22, 2025
1 parent 4666491 commit ee335e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- '*.*.*'

push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Code quality checks
#############################
on:
pull_request:
branches: [main]
branches: [main, '*.*.*']

###############
# Set the Job #
Expand Down

0 comments on commit ee335e3

Please sign in to comment.