mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
Workflow: limit docker build on this repo (#340)
This commit is contained in:
@@ -10,6 +10,7 @@ on:
|
||||
name: docker-build
|
||||
jobs:
|
||||
build:
|
||||
if: github.repository == 'p4gefau1t/trojan-go'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
|
||||
@@ -7,6 +7,7 @@ on:
|
||||
- 'docs/**'
|
||||
name: docker-nightly-build
|
||||
jobs:
|
||||
if: github.repository == 'p4gefau1t/trojan-go'
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user