Skip to content

Commit

Permalink
chore(ci): update workflows after branch name change
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Oct 14, 2023
1 parent 77d8116 commit 168e78f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: main
on:
push:
branches:
- master
- main
paths-ignore:
- ".github/workflows/docs.yml"
- "docs/**"
pull_request:
branches:
- master
- main
paths-ignore:
- ".github/workflows/docs.yml"
- "docs/**"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: On Push To Master
on:
push:
branches:
- master
- main

jobs:
deploy_docs:
Expand Down

0 comments on commit 168e78f

Please sign in to comment.