Skip to content

Commit

Permalink
Make sure pull_request_target runs fro~m all branches
Browse files Browse the repository at this point in the history
Signed-off-by: ybonatakis <[email protected]>
  • Loading branch information
b10n1k committed Apr 29, 2024
1 parent 9a8e468 commit 983af2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- reopened
- synchronize
- closed
branches:
- "**"
jobs:
backlogger_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Run the action implemented in this repo
uses: ./
with:
Expand Down

0 comments on commit 983af2f

Please sign in to comment.