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:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
schedule:
- cron: '30 13 * * 6'