Skip to content

Commit

Permalink
PR作成時以外にもmainブランチに何らかのコミットがあった場合もCIを回すように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukiToriyama committed Dec 17, 2023
1 parent 24322c7 commit d7d77bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Unit test & Code format check

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

env:
Expand Down

0 comments on commit d7d77bb

Please sign in to comment.