Skip to content

Commit

Permalink
Merge pull request #65 from hahwul/hahwul-dev
Browse files Browse the repository at this point in the history
Update CI for dev branch
  • Loading branch information
hahwul authored Sep 5, 2023
2 parents bcba424 + 209ab98 commit c633fab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/crystal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Crystal Build

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crystal_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Crystal Lint

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/crystal_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Crystal Test

on:
push:
branches: [ "main" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "dev" ]

jobs:
build:
Expand Down

0 comments on commit c633fab

Please sign in to comment.