Set CodeQL to start on any push and enable workflow_dispatch

This commit is contained in:
Aravind Nair
2023-02-26 16:36:30 +05:30
committed by GitHub
parent d8c4716262
commit d84d6e9541

View File

@@ -2,9 +2,7 @@ name: "CodeQL"
on: on:
push: push:
branches: [ "master" ] workflow_dispatch:
pull_request:
branches: [ "master" ]
schedule: schedule:
- cron: '30 13 * * 6' - cron: '30 13 * * 6'