Skip to content

Commit

Permalink
adding note on workflows pr trigger paths-ignore filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ShutdownRepo committed Sep 2, 2023
1 parent 016b56b commit 068b3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/entrypoint_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- "master"
paths-ignore:
paths-ignore: # not always respected. See https://github.com/actions/runner/issues/2324#issuecomment-1703345084
- ".github/**"
- "**.md"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/entrypoint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches-ignore:
- "master"
paths-ignore:
paths-ignore: # not always respected. See https://github.com/actions/runner/issues/2324#issuecomment-1703345084
- ".github/**"
- "**.md"
push:
Expand Down

0 comments on commit 068b3e1

Please sign in to comment.