Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
bed7742c
Commit
bed7742c
authored
Jul 23, 2021
by
carlosribas
Browse files
Ignore commits from some folders to initiate an action
parent
ca4e6670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.github/workflows/main.yml
.github/workflows/main.yml
+8
-1
No files found.
.github/workflows/main.yml
View file @
bed7742c
...
...
@@ -8,7 +8,14 @@
name
:
Building Docker containers
# Triggers the workflow on push or pull request events
on
:
[
push
,
pull_request
]
on
:
push
:
paths-ignore
:
-
'
jenkins/**'
-
'
kubernetes/**'
-
'
nginx/**'
-
'
openssl/**'
pull_request
:
jobs
:
test
:
...
...
Write
Preview
Markdown
is supported
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