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 c3f49c9 commit a090ce9Copy full SHA for a090ce9
.github/workflows/stackhpc.yml
@@ -6,20 +6,20 @@ on:
6
branches:
7
- main
8
paths:
9
- - **
10
- - !dev/**
11
- - dev/setup-env.sh
12
- - !docs/**
13
- - !README.md
14
- - !.gitignore
+ - '**'
+ - '!dev/**'
+ - 'dev/setup-env.sh'
+ - '!docs/**'
+ - '!README.md'
+ - '!.gitignore'
15
pull_request:
16
17
18
19
20
21
22
23
jobs:
24
openstack:
25
name: openstack-ci
0 commit comments