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.
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 likeb0.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.