mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
CI - Simplify extension paths condition (#8051)
Introduced in https://github.blog/changelog/2019-09-30-github-actions-event-filtering-updates/
This commit is contained in:
parent
8eccabbc0a
commit
ff30a7b981
6
.github/workflows/extensions.yml
vendored
6
.github/workflows/extensions.yml
vendored
@ -3,11 +3,7 @@ name: Extensions
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'extensions/*'
|
||||
- 'extensions/*/*'
|
||||
- 'extensions/*/*/*'
|
||||
- 'extensions/*/*/*/*'
|
||||
- 'extensions/*/*/*/*/*'
|
||||
- 'extensions/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user