Improve name. main => master
This commit is contained in:
parent
75c11c6c98
commit
0960c1f707
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bouncer.yml
vendored
4
.github/workflows/bouncer.yml
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
name: Build Nginx + LetsEncrypt Bouncer
|
name: Build Bouncer
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -7,7 +7,7 @@ permissions:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
paths:
|
paths:
|
||||||
- bouncer/**
|
- bouncer/**
|
||||||
- .github/workflows/bouncer.yml
|
- .github/workflows/bouncer.yml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue