diff options
| -rw-r--r-- | .github/workflows/semifold-ci.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/semifold-ci.yaml b/.github/workflows/semifold-ci.yaml index cc3770a..79df1b1 100644 --- a/.github/workflows/semifold-ci.yaml +++ b/.github/workflows/semifold-ci.yaml @@ -2,8 +2,6 @@ name: Semifold CI on: push: branches: [main] - pull_request: - branches: [main] env: CARGO_TERM_COLOR: always @@ -177,7 +175,7 @@ jobs: - name: List artifacts run: ls -R artifacts/ - name: Semifold CI - run: semifold publish --debug --dry-run --allow-dirty + run: semifold ci env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} |