Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-documentation-theme
Commits
e5a04b04
Commit
e5a04b04
authored
Jan 26, 2022
by
Thomas Bouffard
Browse files
chore: improve paths that trigger GH Actions
Sub-folders were taken into account.
parent
defe200e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build-artifacts.yml
View file @
e5a04b04
...
...
@@ -5,17 +5,17 @@ on:
branches
:
[
master
]
paths
:
-
'
package-lock.json'
-
'
src/*'
-
'
preview-src/*'
-
'
.github/actions/build-setup/*'
-
'
src/*
*/*
'
-
'
preview-src/*
*/*
'
-
'
.github/actions/build-setup/*
*/*
'
-
'
.github/workflows/build-artifacts.yml'
pull_request
:
branches
:
[
master
]
paths
:
-
'
package-lock.json'
-
'
src/*'
-
'
preview-src/*'
-
'
.github/actions/build-setup/*'
-
'
src/*
*/*
'
-
'
preview-src/*
*/*
'
-
'
.github/actions/build-setup/*
*/*
'
-
'
.github/workflows/build-artifacts.yml'
jobs
:
...
...
.github/workflows/publish-pr-preview.yml
View file @
e5a04b04
...
...
@@ -8,9 +8,9 @@ on:
-
master
paths
:
-
'
package-lock.json'
-
'
src/*'
-
'
preview-src/*'
-
'
.github/actions/build-setup/*'
-
'
src/*
*/*
'
-
'
preview-src/*
*/*
'
-
'
.github/actions/build-setup/*
*/*
'
-
'
.github/workflows/publish-pr-preview.yml'
permissions
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment