Skip to content

Commit

Permalink
trigger on pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
gauron99 committed Dec 17, 2024
1 parent 546b7e1 commit d714245
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
pull_request:
paths-ignore:
- '.github/**'
push:
branches: [main,workflow-stuff]
types: [synchronize,opened]
pull_request_target:
paths:
- '.github/**'
jobs:
prepare:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d714245

Please sign in to comment.