Merge pull request #392 from anmol098/codeql-anyPush-manual

Set CodeQL to start on any push and enable workflow_dispatch
This commit is contained in:
Aravind Nair
2023-02-26 16:37:01 +05:30
committed by GitHub

View File

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