fixing codeql workflow (#283)

* fixing codeql

Signed-off-by: rajdas98 <mail.rajdas@gmail.com>

* fixing codeql

Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
This commit is contained in:
Raj Babu Das 2021-08-29 13:01:38 +05:30 committed by GitHub
parent fff9031bf7
commit f883d02ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ name: "CodeQL"
on: on:
push: push:
branches: [ main, *release* ] branches: [ main, v* ]
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ main ] branches: [ main ]

View File

@ -1,5 +1,8 @@
name: commitlint name: commitlint
on: [pull_request] on: [pull_request]
defaults:
run:
working-directory: frontend
jobs: jobs:
lint-commits: lint-commits:
runs-on: ubuntu-latest runs-on: ubuntu-latest