Skip to content

Commit

Permalink
fix CI workflow branch name to main
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Gherghescu <[email protected]>
  • Loading branch information
andrei-ng committed Apr 25, 2024
1 parent cdaa092 commit 6823fdb
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,9 +3,9 @@ name: CI
on:
workflow_dispatch:
pull_request:
branches: [ master ]
branches: [ main ]
push:
branches: [ master ]
branches: [ main ]

# Cancel any in-flight jobs for the same PR/branch so there's only one active
# at a time
Expand Down

0 comments on commit 6823fdb

Please sign in to comment.