Skip to content

Commit

Permalink
fix: CI branches
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Nov 7, 2024
1 parent 4e1b9bb commit f11a000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Build applicable branches on push or pull request"
# events for the branches listed
on:
push:
branches: [ "1.*" ]
branches: [ "main" ]

jobs:
build:
Expand Down

0 comments on commit f11a000

Please sign in to comment.