Build mitmproxy on push ta
This commit is contained in:
parent
e856d8c104
commit
1592413f56
1 changed files with 6 additions and 0 deletions
6
.github/workflows/mitm-proxy.yml
vendored
6
.github/workflows/mitm-proxy.yml
vendored
|
|
@ -7,6 +7,12 @@ permissions:
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
paths:
|
||||||
|
- mitm-proxy/**
|
||||||
|
- .github/workflows/mitm-proxy.yml
|
||||||
|
|
||||||
env:
|
env:
|
||||||
should_push: ${{ github.ref == 'refs/heads/main' }}
|
should_push: ${{ github.ref == 'refs/heads/main' }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue