Skip to content

Commit

Permalink
Run GH Actions workflows for 3.x branch (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Apr 26, 2024
1 parent 2754f1c commit 95335bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:

push:
branches: [ main ]
branches: [ main, 3.x ]
paths-ignore:
- 'doc/**'
- '**.md'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Check
on:

pull_request:
branches: [ main, release/2.x ]
branches: [ main, release/2.x, 3.x ]

jobs:

Expand Down

0 comments on commit 95335bb

Please sign in to comment.