Skip to content

Commit 9f07e1c

Browse files
authored
Adjusts actions so scenarios don't **always** run (#215)
1 parent 2e5464c commit 9f07e1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ on:
99
- 'feature/**'
1010
- 'fix/**'
1111
- '!doc/**'
12+
paths:
13+
- roles/**
14+
- plugins/**
15+
- molecule/**
16+
- tests/**
1217
pull_request:
1318
branches:
1419
- 'feature/**'

0 commit comments

Comments
 (0)