.github: allow triggering installer.sh check manually

Updates #cleanup

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
knyar/install
Anton Tolchanov 3 months ago
parent e1bd7488d0
commit 602217ae1a

@ -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:

Loading…
Cancel
Save