mirror of
https://github.com/jbowdre/tailscale-docker.git
synced 2024-11-21 17:52:17 +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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
- "dev"
|
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
paths:
|
paths:
|
||||||
- "k8s/**"
|
- "images/tailscale/**"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue