mkantor / operator

A web server for static and dynamic content.
https://operator.mattkantor.com
GNU General Public License v3.0
16 stars 2 forks source link

Improve trigger condition for CI workflow. #101

Closed mkantor closed 2 years ago

mkantor commented 2 years ago

CI didn't trigger for https://github.com/mkantor/operator/pull/100 because the commit didn't come from a push to this repository. I originally did have pull_request as a triggering event, but removed it way back in daf8783 because it was kicking off duplicate jobs. I should have instead configured it like this so that only direct pushes to the mainline branch trigger CI (and all pull requests do).