#Help building Pokereader via GH
1 messages ยท Page 1 of 1 (latest)
@fringe plume I did that yea! But this is my absolute first time in this section of GH ๐
I assume I click "new workflow"
then all this pops up and idk what to do ๐
a workflow is basically a set of instructions to github to tell it to do whatever you want it to do
right
since theres already a workflow that does what you want you shouldnt need to do that
oh?
it might not run automatically since you comitted before actions were enabled lol
its not elegant but you can probably copy it to a new branch or do a dummy commit to get github to recognize it and build
you mean these right? https://github.com/SexyMalasada/PokeReader/tree/main/.github/workflows
yeah
the lint_test_build one should run for any non main branch whenever you push a new commit
so how do I actually tell it to build?
or rather how do I run it, ig is the correct term
this
copy your branch/your changes to a new branch
or push something to your branch that doesnt change any functionality
the build is triggered on new commits but since actions werent enabled when you committed your changes it didnt run
and since the workflow doesnt allow manual dispatching you cant trigger it manually
wait where is that?