Skip to content

Commit

Permalink
publish workflow not working with triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelino committed Dec 13, 2022
1 parent f4fcfe1 commit 55899fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:

steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: main

- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 55899fe

Please sign in to comment.