@andy5995 commented on this pull request.


In .github/workflows/build.yml:

> @@ -8,6 +8,13 @@ on:
   push:
     branches:
       - master
+    - '**'

So it won't run when other yml files are changed. Trivial in this case, but I figured you might want to add more path filters in the future:

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3769/review/1913279837@github.com>