Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Dec 25, 2023
1 parent de41e3a commit 69e18e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actually-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permissions:
packages: write
actions: read
contents: read
issues: write
pull-requests: write

jobs:
publish:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/publish-prs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish PRs

on:
push:
branches: [ "main" ]
pull_request:
types:
- opened
- synchronize

permissions:
contents: read
Expand Down

0 comments on commit 69e18e8

Please sign in to comment.