poingstudios / godot-admob-ios

Godot's AdMob Plugin for iOS with support for Mediations.
https://poingstudios.github.io/godot-admob-plugin/
MIT License
89 stars 14 forks source link

[FEATURE] Upgrade Pull Request to generate Artifact when create Pull Request #89

Open gumaciel opened 6 months ago

gumaciel commented 6 months ago

Is your feature request related to a problem? Please describe. Sometimes is difficult to test the implementation of the user

Describe the solution you'd like

graph LR
PR#128 --> workflow_pull_request 
workflow_pull_request --> A{Had changes on './ios' Folder?} 
A --> |Yes| Generate_build_for_current_latest_Godot_Version --> Generates_build_with_.a
A --> |No| Ignore