Only run installation test workflow for PRs that edit the installation scripts

This commit is contained in:
Jordan Carlin 2024-10-15 20:27:44 -07:00
parent 771ed52c95
commit bad3c7ab2e
No known key found for this signature in database

View File

@ -1,7 +1,13 @@
name: Installation
on:
workflow_dispatch:
push:
pull_request:
branches:
- main
paths:
- 'bin/wally-tool-chain-install.sh'
- 'bin/wally-distro-check.sh'
- 'wally-package-install.sh'
schedule:
- cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays
defaults: