Skip to content

Commit

Permalink
Add main to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Oct 25, 2023
1 parent 1cd0f73 commit 879511c
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: [v2] # TODO: Switch to main once v2 is merged
branches: [main, v2] # TODO: Switch to just main once v2 is merged
pull_request:
branches: [v2] # TODO: Switch to main once v2 is merged
branches: [main, v2] # TODO: Switch to just main once v2 is merged
workflow_dispatch: {} # support manual runs
permissions:
contents: read
Expand Down

0 comments on commit 879511c

Please sign in to comment.