How to only run build on PR? #1148
Unanswered
littleGnAl
asked this question in
Q&A
Replies: 1 comment
-
I think you should check for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to run the build on PR only and filter specific base branches as my github action does:
I tried to add
only_if
expression to strict the build to run on PR only, but it seems not to work correctly, the PR skipped but with the correct config. Here's my implementation, can you help me check the logic?https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/blob/0d13ec68f1f8198c26ebc24be2ad4213da2b1dd8/.cirrus.yml#L7
Beta Was this translation helpful? Give feedback.
All reactions