-
Usecase: When directly pushing to I imagined something like this:
|
Beta Was this translation helpful? Give feedback.
Answered by
mrexox
Feb 24, 2023
Replies: 1 comment 1 reply
-
Well, in that case I'd recommend using something like this pre-push:
commands:
test:
run: [[ $(git rev-parse --abbrev-ref HEAD) != "main" ]] && true || fvm flutter test Currently there is no other way to do so 🤔 but you can create a feature request (just create a new issue) and describe how it would be convenient to configure. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nottmey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, in that case I'd recommend using something like this
Currently there is no other way to do so 🤔 but you can create a feature request (just create a new issue) and describe how it would be convenient to configure.