diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f87cac7..3bcfc7d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,9 +13,9 @@ name: "CodeQL Advanced" on: push: - branches: [ "1.0.3" ] + branches: [ "*" ] pull_request: - branches: [ "1.0.3" ] + branches: [ "*" ] schedule: - cron: '34 15 * * 2' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index aa5b7ad..af6ed0f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,9 +5,9 @@ name: Go on: push: - branches: [ "1.0.3" ] + branches: [ "*" ] pull_request: - branches: [ "1.0.3" ] + branches: [ "*" ] jobs: