diff options
| author | Anton Tolchanov <anton@tailscale.com> | 2024-05-20 12:51:56 +0100 |
|---|---|---|
| committer | Anton Tolchanov <anton@tailscale.com> | 2024-05-20 12:53:17 +0100 |
| commit | 3087d8948c2705d76eb99081584dd748e2ae64e6 (patch) | |
| tree | 1a410865bccb0c6831f7487cba9a58b8add1ca4a /.github | |
| parent | 964282d34f06ecc06ce644769c66b0b31d118340 (diff) | |
| download | tailscale-knyar/install2.tar.xz tailscale-knyar/install2.zip | |
installer.sh: do not run `pacman -Sy`knyar/install2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/installer.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 42522ed6a..b976ccbf6 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -3,7 +3,7 @@ name: test installer.sh on: push: branches: - - "main" + - "*" paths: - scripts/installer.sh pull_request: |
