mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-18 13:57:39 +00:00
Update test.yml
This commit is contained in:
parent
c2eb99504f
commit
a4321716fa
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Run changed-files with defaults
|
||||
if: github.event_name == 'pull_request'
|
||||
id: changed-files
|
||||
uses: ./
|
||||
- name: Show output
|
||||
|
|
Loading…
Reference in a new issue