Skip to content

Commit

Permalink
enable GH actions for v2+ branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed Oct 10, 2024
1 parent b9af10d commit 875d5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 'v*.x'
paths-ignore:
- '*.md'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- 'v*.x'
paths-ignore:
- '*.md'

Expand Down

0 comments on commit 875d5a4

Please sign in to comment.