I am trying to figure out the rules by which github locates
workflows to show on the left of the Actions page. Specifically:
-
Is it possible to have different sets of workflows on different branches? My experiments seem to indicate that only workflows on the master branch are used.
-
Is it the case that whenever I visit the actions page, github looks in .github/workflows and displays all the .yml files there as workflows? Again by experimentation, this does not appear to be the case because I can add a workflow via PR but it does not show up.
-
Does it matter that the repo in which I am working is a fork of another repo?