distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Enable CodeQL runs on release branches going forward #3537

Closed webbnh closed 1 year ago

webbnh commented 1 year ago

Currently, we only run CodeQL on PRs and pushes to the main branch. This change will trigger it to run on PRs and pushes to any branch which looks like b0.00 where the zeros are any digit. This change also removes the time-based trigger, since I don't see any point to running the analysis if we haven't changed anything.