Skip to content

Commit

Permalink
Restore to main branch after testing, everything should work nicely now
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyMatt committed Jun 6, 2024
1 parent 6b581d7 commit 2e0aa27
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish on crates.io
name: Release branch jobs

permissions:
pull-requests: write
Expand All @@ -7,7 +7,7 @@ permissions:
on:
push:
branches:
- '*'
- main

env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -91,13 +91,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Release-plz needs all the history

- name: Verify main branch
if: github.ref != 'refs/heads/main'
run: |
echo "This workflow can only run on the main branch."
exit 1
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
with:
Expand Down

0 comments on commit 2e0aa27

Please sign in to comment.