victoreronmosele / flutter_gradient_generator

An online tool for creating and customizing gradients for use in Flutter applications.
https://fluttergradientgenerator.com
GNU General Public License v3.0
21 stars 5 forks source link

Allow Github Action Workflow From PRs from Forks #44

Closed victoreronmosele closed 2 years ago

victoreronmosele commented 2 years ago

The Github Action workflow for #43 is skipped because of this line:

https://github.com/victoreronmosele/flutter_gradient_generator/blob/cac1e93703b168a0aaaa64164c0690e5c0dfc3c6/.github/workflows/firebase-hosting-pull-request.yml#L8

It should be removed so PRs from forks can trigger the workflow.