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 fef6d85 commit 3b1dcde
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,17 @@ 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:
config: queries.yaml
ref: ${{ github.event.pull_request.head.sha }}
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: gh-pages

0 comments on commit 3b1dcde

Please sign in to comment.