Skip to content

Commit

Permalink
feat: CI also on upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Sep 26, 2024
1 parent 401738a commit c3b1144
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on: # yamllint disable-line rule:truthy
# Publish semver tags as releases.
tags: ["v*.*.*"]
pull_request:
branches: [main, develop]
branches: [main, develop, upstream]
merge_group:

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lint

on: # yamllint disable-line rule:truthy
push:
branches: [main, develop]
branches: [main, develop, upstream]
pull_request:
branches: [main, develop]
branches: [main, develop, upstream]
merge_group:

permissions:
Expand Down

0 comments on commit c3b1144

Please sign in to comment.