mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-03-27 19:33:52 -04:00
Restrict workflow runs to specific paths
This commit is contained in:
committed by
Michael Bucari-Tovo
parent
ad3a767057
commit
1299d91d08
6
.github/workflows/validate.yml
vendored
6
.github/workflows/validate.yml
vendored
@@ -6,8 +6,14 @@ name: validate
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- Source/**
|
||||
- .github/workflows/**
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths:
|
||||
- Source/**
|
||||
- .github/workflows/**
|
||||
|
||||
jobs:
|
||||
get_version:
|
||||
|
||||
Reference in New Issue
Block a user