Skip to content

Commit

Permalink
Use pull_request_target event to run in base of pr
Browse files Browse the repository at this point in the history
  • Loading branch information
anothrNick committed Apr 12, 2024
1 parent 88c2e1b commit 66d7825
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
@@ -1,15 +1,15 @@
name: Bump version

on:
pull_request:
pull_request_target:
types:
- closed
branches:
- master
paths:
- 'entrypoint.sh'
- 'action.yml'
- 'Dockerfile'
- "entrypoint.sh"
- "action.yml"
- "Dockerfile"

jobs:
bump-version:
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
fetch-depth: "0"

- name: version-tag
id: tag
Expand Down

0 comments on commit 66d7825

Please sign in to comment.