.github: allow triggering installer.sh check manually

Updates #cleanup

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
This commit is contained in:
Anton Tolchanov 2024-02-26 11:06:10 +00:00
parent e1bd7488d0
commit 602217ae1a
1 changed files with 3 additions and 0 deletions

View File

@ -1,16 +1,19 @@
name: test installer.sh
on:
workflow_dispatch:
push:
branches:
- "main"
paths:
- scripts/installer.sh
- .github/workflows/installer.yml
pull_request:
branches:
- "*"
paths:
- scripts/installer.sh
- .github/workflows/installer.yml
jobs:
test: