diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-03-25 17:14:32 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-03-25 17:14:40 +0100 |
| commit | ed7b7e2b10fbec05e277340880ae7ed9c43d3e45 (patch) | |
| tree | 4c835b77f84f06990af48e0ffec59862f553f75d /.github | |
| parent | 15b111323901930605f941851590997dbf04e74d (diff) | |
| download | mullvadvpn-ed7b7e2b10fbec05e277340880ae7ed9c43d3e45.tar.xz mullvadvpn-ed7b7e2b10fbec05e277340880ae7ed9c43d3e45.zip | |
Run iOS CI workflow when changing the root Cargo toml file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios-validate-build-schemas.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ios-validate-build-schemas.yml b/.github/workflows/ios-validate-build-schemas.yml index 3b7c0b52e0..12057518ab 100644 --- a/.github/workflows/ios-validate-build-schemas.yml +++ b/.github/workflows/ios-validate-build-schemas.yml @@ -12,6 +12,7 @@ on: - ios/.swiftformat - ios/**/*.swift - ios/**/*.xctestplan + - Cargo.toml workflow_dispatch: jobs: test: |
