File tree 5 files changed +7
-0
lines changed
5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11
11
tags :
12
12
# Stable release tags
13
13
- v[0-9]+.[0-9]+.[0-9]+
14
+ paths :
15
+ - ' docs/**'
16
+ - ' mkdocs.yml'
14
17
workflow_dispatch :
15
18
16
19
jobs :
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
+ if : github.repository == 'juanfont/headscale'
10
11
runs-on : ubuntu-latest
11
12
12
13
steps :
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
goreleaser :
12
+ if : github.repository == 'juanfont/headscale'
12
13
runs-on : ubuntu-latest
13
14
steps :
14
15
- name : Checkout
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
close-issues :
9
+ if : github.repository == 'juanfont/headscale'
9
10
runs-on : ubuntu-latest
10
11
permissions :
11
12
issues : write
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
lockfile :
9
+ if : github.repository == 'juanfont/headscale'
9
10
runs-on : ubuntu-latest
10
11
steps :
11
12
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments