Build mitmproxy on push ta

This commit is contained in:
Greyscale 2024-02-13 13:28:06 +01:00
parent e856d8c104
commit 1592413f56
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -7,6 +7,12 @@ permissions:
on:
workflow_call:
workflow_dispatch:
push:
branches:
- main
paths:
- mitm-proxy/**
- .github/workflows/mitm-proxy.yml
env:
should_push: ${{ github.ref == 'refs/heads/main' }}