Skip to content

Commit

Permalink
#147 テストとlintの確認をonにする
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Oct 16, 2023
1 parent ea2eb8b commit c38be89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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: [ main, develop ]
branches: [ main, develop, feature/typescript ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, develop ]
branches: [ main, develop, feature/typescript ]
schedule:
- cron: '38 23 * * 1'

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- develop
- feature/typescript
pull_request:
branches:
- main
- develop
- feature/typescript

jobs:
macos-browser-test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- develop
- feature/typescript
pull_request:
branches:
- main
- develop
- feature/typescript

jobs:
macos-browser-test:
Expand Down

0 comments on commit c38be89

Please sign in to comment.