Skip to content

Commit

Permalink
Fix ci workflow to run on main
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Dec 15, 2023
1 parent 891193f commit 9a6a531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: ci
on:
workflow_dispatch:
push:
branches: ["3.7"]
branches: ["3.7", "main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["3.7"]
branches: ["3.7", "main"]
schedule:
- cron: "34 18 * * 3"

Expand Down

0 comments on commit 9a6a531

Please sign in to comment.