Skip to content

Commit

Permalink
fix: fix workflow target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Oct 28, 2024
1 parent 887cb69 commit a808ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: documents
on:
# run every time a push occurs in the docs folder
push:
branches: [master]
branches: [main]
paths:
- docs/**
- .github/workflows/documents.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test-nodejs

on:
pull_request:
branches: [master]
branches: [main]
# trigger deployment on every push to main branch
push:
paths:
Expand Down

0 comments on commit a808ed0

Please sign in to comment.