diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index b117066..224dfb3 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -2,7 +2,7 @@ name: CICD on: push: branches: - - 'main' + - 'original' pull_request: branches: - '*' diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 172cac9..840b676 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ main ] + branches: [ original ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ original ] schedule: - cron: '19 21 * * 3'