Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarikanaru committed Nov 2, 2023
1 parent 7c8f44c commit 648ae17
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_copyright_year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Check copyright year
on:
push:
branches:
- master
- develop
- main
- bsk-dev
- Chimera

jobs:
check_copyright_year:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Lint
on:
push:
branches:
- master
- develop
- main
- bsk-dev
- Chimera
pull_request:

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Test (backend)
on:
push:
branches:
- master
- develop
- main
- bsk-dev
- Chimera
pull_request:

jobs:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Test (frontend)
on:
push:
branches:
- master
- develop
- main
- bsk-dev
- Chimera
pull_request:

jobs:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test-misskey-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: Test (misskey.js)

on:
push:
branches: [ develop ]
branches:
- bsk-dev
- Chimera
pull_request:
branches: [ develop ]
branches:
- bsk-dev
- Chimera

jobs:
test:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Test (production install and build)
on:
push:
branches:
- master
- develop
- main
- bsk-dev
- Chimera
pull_request:

env:
Expand Down

0 comments on commit 648ae17

Please sign in to comment.