Skip to content

Commit

Permalink
Fix CI for new branch name (markdownlint#430)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Dibowitz <phil@ipom.com>

Signed-off-by: Phil Dibowitz <phil@ipom.com>
  • Loading branch information
jaymzh authored Oct 18, 2022
1 parent c546223 commit f36a893
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
@@ -1,9 +1,9 @@
name: Continuous Integration
on:
push:
branches: master
branches: main
pull_request:
branches: master
branches: main
jobs:
markdown:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f36a893

Please sign in to comment.