Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
fix publish.yml?
Browse files Browse the repository at this point in the history
  • Loading branch information
meisZWFLZ committed Nov 26, 2023
1 parent 0f3c6b1 commit 4c885bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: Publish
on:
push:
branches:
- master
- main
jobs:
release_and_publish:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 4c885bb

Please sign in to comment.