Skip to content

Commit

Permalink
eliminate push to main condition for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaBanta committed Sep 23, 2024
1 parent 64fb79f commit ffc1ebb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
name: Publish JupyterBook Patches Package to PyPI

on:
push:
branches:
- main

push

jobs:
build:
name: Build distribution
Expand Down

0 comments on commit ffc1ebb

Please sign in to comment.