diff options
| author | Niklas Berglund <niklas.berglund@gmail.com> | 2024-03-01 16:07:15 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-03-01 16:43:46 +0100 |
| commit | e36fc6dc25f61c821f79e2da0a4055dc12dbb010 (patch) | |
| tree | d84d6890f3c7eb719d1b2aa9f34b6f4faba4dee8 /.github | |
| parent | b239906a97e3e36aa3c4db6e294cd9f7bb6e8720 (diff) | |
| download | mullvadvpn-e36fc6dc25f61c821f79e2da0a4055dc12dbb010.tar.xz mullvadvpn-e36fc6dc25f61c821f79e2da0a4055dc12dbb010.zip | |
Updated iOS end to end tests workflow condition
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios-end-to-end-tests.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ios-end-to-end-tests.yml b/.github/workflows/ios-end-to-end-tests.yml index decc029c49..6829f4f18b 100644 --- a/.github/workflows/ios-end-to-end-tests.yml +++ b/.github/workflows/ios-end-to-end-tests.yml @@ -10,6 +10,9 @@ on: - closed branches: - main + paths: + - .github/workflows/ios-end-to-end-tests.yml + - ios/** workflow_dispatch: jobs: test: |
