Workflow: limit docker build on this repo (#340)

This commit is contained in:
Loyalsoldier
2021-05-26 09:21:50 +08:00
committed by GitHub
parent ac2633e9a8
commit 03d34743da
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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: