Skip to content

Commit

Permalink
ci(frontend, infra): enable ci on other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Oct 14, 2024
1 parent c4fbf3a commit d7d7a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "master", "release-*" ]
branches: [ "master", "release-*", "dev" ]
pull_request:
branches: [ "master", "release-*" ]
branches: [ "master", "release-*", "dev" ]
schedule:
- cron: '15 4 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-autogpt-infra-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: AutoGPT Platform - Infra

on:
push:
branches: [ master ]
branches: [ master, dev ]
paths:
- '.github/workflows/platform-autogpt-infra-ci.yml'
- 'autogpt_platform/infra/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: AutoGPT Platform - Frontend CI

on:
push:
branches: [master]
branches: [master, dev]
paths:
- ".github/workflows/platform-frontend-ci.yml"
- "autogpt_platform/frontend/**"
Expand Down

0 comments on commit d7d7a83

Please sign in to comment.