Skip to content

Commit

Permalink
Bug: master instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Jul 20, 2021
1 parent 0bb74b1 commit 0af3e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish Pypi
on:
workflow_dispatch:
branches:
- main
- master

jobs:
# -- Publish a new Apio release
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v2
with:
ref: main
ref: master

# -- Install and and configure python
- name: Set up Python
Expand Down

0 comments on commit 0af3e0f

Please sign in to comment.