We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd5db8 commit c3f49c9Copy full SHA for c3f49c9
.github/workflows/stackhpc.yml
@@ -5,19 +5,21 @@ on:
5
push:
6
branches:
7
- main
8
- paths-ignore:
9
- - dev/**
10
- - !dev/setup-env.sh
11
- - docs/**
12
- - README.md
13
- - .gitignore
+ paths:
+ - **
+ - !dev/**
+ - dev/setup-env.sh
+ - !docs/**
+ - !README.md
14
+ - !.gitignore
15
pull_request:
16
17
18
19
20
21
22
23
jobs:
24
openstack:
25
name: openstack-ci
0 commit comments