Skip to content

Commit

Permalink
Merge pull request #87 from matsui-hiro/change_github_action
Browse files Browse the repository at this point in the history
Change github action events that trigger workflows
  • Loading branch information
HirokiTakami authored Oct 19, 2023
2 parents b99af3d + 0c2440b commit 57200db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

name: build

on: [push]
on:
push:
pull_request:

jobs:
test:
Expand Down

0 comments on commit 57200db

Please sign in to comment.