Skip to content

Commit

Permalink
chore: add workflow trigger events for solo-game branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfost committed Sep 12, 2023
1 parent e59c804 commit a6892fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Check Code Style/Lint

on:
push:
branches: [main]
branches: [ main, solo ]
pull_request:
branches: [main]
branches: [ main, solo ]

jobs:
client:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build/Test Docker Image CI

on:
push:
branches: [ main ]
branches: [ main, solo ]
pull_request:
branches: [ main ]
branches: [ main, solo ]

jobs:

Expand Down

0 comments on commit a6892fc

Please sign in to comment.