Skip to content

Commit

Permalink
chore(ci): Enable GH actions workflows on 4.4.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Apr 29, 2024
1 parent d718670 commit 3854999
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
on:
push:
branches:
- main
- 4.4.x
paths-ignore:
- '**.adoc'
- 'KEYS'
Expand All @@ -35,8 +35,7 @@ on:
- 'Jenkinsfile'
pull_request:
branches:
- main
- "release-*"
- 4.4.x
paths-ignore:
- '**.adoc'
- 'KEYS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Java Tests
on:
pull_request:
branches:
- main
- 4.4.x
paths-ignore:
- '**.adoc'
- 'KEYS'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ name: validate
on:
pull_request:
branches:
- main
- 4.4.x
paths-ignore:
- '**.adoc'
- 'KEYS'
- 'LICENSE'
- 'NOTICE'
push:
branches:
- main
- 4.4.x
paths-ignore:
- '**.adoc'
- 'KEYS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yaks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: YAKS Tests
on:
pull_request:
branches:
- main
- 4.4.x
paths-ignore:
- '**.adoc'
- 'KEYS'
Expand Down

0 comments on commit 3854999

Please sign in to comment.