Skip to content

Commit

Permalink
ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
HYP3R00T committed Sep 10, 2024
1 parent 30bfe8a commit 9829493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MkDocs Publish
on:
push:
branches:
- main # Change this to your main branch name
- master

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PyPI Publish
on:
push:
branches:
- main # Change this to your main branch name
- master

jobs:
deploy:
Expand Down

0 comments on commit 9829493

Please sign in to comment.