Skip to content

Commit

Permalink
ci: update to handle 3.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed Mar 11, 2024
1 parent 807f29e commit 5da9802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Main CI
on:
push:
# on branche like main or 2.6, 2.64
branches: ['main', '2.*']
branches: ['main', '2.*', '3.*']
pull_request:
branches: ['main', '2.*']
branches: ['main', '2.*', '3.*']

jobs:
test_lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches-ignore: ['main', '2.*']
branches-ignore: ['main', '2.*', '3.*']

jobs:
test_lint:
Expand Down

0 comments on commit 5da9802

Please sign in to comment.