diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d76fe9e..8988399 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,10 +13,10 @@ name: 'CodeQL' on: push: - branches: [trunk] + branches: [trunk, develop] pull_request: # The branches below must be a subset of the branches above - branches: [trunk] + branches: [trunk, develop] schedule: - cron: '36 7 * * 6' diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2f8047b..4ccfbbb 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,10 +2,10 @@ name: E2E test on: push: - branches: [trunk] + branches: [trunk, develop] pull_request: # The branches below must be a subset of the branches above - branches: [trunk] + branches: [develop] schedule: - cron: '36 7 * * 6' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 701d70f..616d4f9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,9 +1,9 @@ name: Build and Deploy Documentation on: - # Triggers the workflow on push or pull request events but only for the trunk branch - push: - branches: [ trunk ] + release: + types: [published] + jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/.github/workflows/update-built-branch.yml b/.github/workflows/update-built-branch.yml index f254fa9..61535cb 100644 --- a/.github/workflows/update-built-branch.yml +++ b/.github/workflows/update-built-branch.yml @@ -2,7 +2,7 @@ name: Update built branch on: push: - branches: [trunk] + branches: [develop] jobs: build: