ci: fix workflows

This commit is contained in:
EvolutionX
2022-06-10 22:43:16 +05:30
parent 67a0efd1c2
commit 09a9b68b65
2 changed files with 4 additions and 4 deletions

View File

@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
branches: [ main ]
branches: [ js-archive ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ js-archive ]
schedule:
- cron: '40 13 * * 2'