mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-21 09:42:18 +00:00
corrected path and removed non existing branch (#3)
This commit is contained in:
parent
01fc64c5ff
commit
38ae0ac92f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -6,10 +6,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "main"
|
||||
- "dev"
|
||||
- "v*.*.*"
|
||||
paths:
|
||||
- "k8s/**"
|
||||
- "images/tailscale/**"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
Loading…
Reference in a new issue