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:
|
||||
contents: read
|
||||
|
|
@ -7,7 +7,7 @@ permissions:
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- bouncer/**
|
||||
- .github/workflows/bouncer.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue