diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:37:32 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:37:32 +0200 |
commit | 40ee497f8802f943501087120a8d96a00af0f83d (patch) | |
tree | 867d04c629408f672ac8b418c6f6c9c1d8457153 | |
parent | 103708ef3c57592866d0c325b5bbf385a4862d52 (diff) | |
download | FlightCore-40ee497f8802f943501087120a8d96a00af0f83d.tar.gz FlightCore-40ee497f8802f943501087120a8d96a00af0f83d.zip |
Stop checking release version on push
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 6a2c1f83..4b0f85a4 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -12,7 +12,7 @@ jobs: pip install toml - name: Run check run: | - python3 scripts/check_version_numbers.py --release v0.2.0 + python3 scripts/check_version_numbers.py # test-tauri: |