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 9e3daaa commit 9686978Copy full SHA for 9686978
.github/workflows/validate-puppetcore-gem-sources.yml
@@ -1,6 +1,28 @@
1
---
2
name: Validate Puppetcore Gem Sources
3
on:
4
+ pull_request:
5
+ paths:
6
+ - .github/workflows/**/*
7
+ - spec/**/*
8
+ - lib/**/*
9
+ - tasks/**/*
10
+ - functions/**/*
11
+ - types/**/*
12
+ - plans/**/*
13
+ - hiera/**/*
14
+ - manifests/**/*
15
+ - templates/**/*
16
+ - files/**/*
17
+ - metadata.json
18
+ - Rakefile
19
+ - Gemfile
20
+ - provision.yaml
21
+ - .rspec
22
+ - .rubocop.yml
23
+ - .puppet-lint.rc
24
+ - .fixtures.yml
25
+ branches: [main]
26
workflow_dispatch:
27
inputs:
28
ref:
0 commit comments