ci: 🔥 fix github action

This commit is contained in:
Leifer Mendez
2023-01-11 20:34:59 +01:00
parent 389169fc58
commit 675046cc58
8 changed files with 18 additions and 57 deletions

View File

@@ -13,7 +13,7 @@ name: 'CodeQL'
on:
push:
branches: ['main', dev, next-release]
branches: [release/next]
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
@@ -22,6 +22,7 @@ on:
jobs:
analyze:
if: ${{ !github.event.act }}
name: Analyze
runs-on: ubuntu-latest
permissions: