Skip to content

Commit

Permalink
Add oldstable branch to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
myl7 committed Nov 14, 2023
1 parent 2fc2a1b commit 9263ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [main]
branches: [main, oldstable]
pull_request:
branches: [main]
branches: [main, oldstable]
jobs:
test:
name: Test
Expand Down

0 comments on commit 9263ec6

Please sign in to comment.