Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update target branch for workflows #90

Merged
merged 2 commits into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-built-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update built branch

on:
push:
branches: [trunk]
branches: [develop]

jobs:
build:
Expand Down