Skip to content

Commit

Permalink
GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Apr 18, 2024
1 parent 6177819 commit 6df08f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Build and Publish to PyPI

on:
push:
branches: [main]
branches: [master]
paths:
- "server/**"
pull_request:
branches: [main]
branches: [master]
paths:
- "server/**"

Expand Down

0 comments on commit 6df08f1

Please sign in to comment.