Recently I wrote a post about my GitHub Actions not being triggered on the
main
branch upon merging a PR1, the fix being to add a custom auth token as
a secret. At first, this appeared to have solved my issue, as the main
job was
once again triggering …
Articles tagged with GitHub Actions
GitHub Actions Not Triggering on PR Merge
Recently I've been playing around with GitHub Actions to familiarize myself more with them. I also find it quite satisfying to maintain a certain level of stability and reliability even on my own personal projects, especially given the fact that the amount of free time I have to spend on …