Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
m9810223 committed Feb 6, 2024
1 parent cc94d46 commit 2ba2e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
if: false
# if: false

strategy:
matrix:
Expand All @@ -35,8 +35,8 @@ jobs:

release: # https://github.com/python-semantic-release/python-semantic-release/blob/master/.github/workflows/main.yml
if: ${{ github.ref == 'refs/heads/master' }}
# needs:
# - test
needs:
- test

strategy:
matrix:
Expand Down

0 comments on commit 2ba2e3e

Please sign in to comment.