mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Do not require user provided githubToken
input (configure default) (#7)
* Do not require user provided `githubToken` input (configure default) * Remove `edited` from workflow example Idea of this example was to show setup where CI runs only when particular files are changed. Triggering workflow when name or description of PR is edited is not needed for this use case.
This commit is contained in:
parent
0c9e16cc6d
commit
0612377665
3 changed files with 2 additions and 4 deletions
|
@ -23,7 +23,6 @@ jobs:
|
|||
- uses: ./
|
||||
id: filter
|
||||
with:
|
||||
githubToken: ${{ github.token }}
|
||||
filters: |
|
||||
src:
|
||||
- src/**/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue