Skip to content

Commit

Permalink
Update CI for renamed default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 22, 2023
1 parent 6123097 commit e1313f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
push:
branches: [master, dev]
branches: [main, dev]
pull_request:
branches: [master, dev]
branches: [main, dev]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e1313f1

Please sign in to comment.