Skip to content

Commit

Permalink
Merge pull request #6 from TypingMind/fix/ci-cd
Browse files Browse the repository at this point in the history
ci: fix github actions
  • Loading branch information
travis-thuanle authored Mar 14, 2024
2 parents e93db4f + 4f0f3eb commit a5b530c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 'CodeQL'

on:
push:
branches: ['master']
branches: ['main']
pull_request:
branches: ['master']
branches: ['main']
schedule:
- cron: '44 9 * * 6'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
push:
branches: ['master']
branches: ['main']

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build TypingMind Proxy Application

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit a5b530c

Please sign in to comment.