Skip to content

Commit

Permalink
Add CI to pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Mar 31, 2023
1 parent 731bc9f commit db6834a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docker Image CI

on: [push]
on: [push, pull_request, release]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Node.js CI
on: [push]
on: [push, pull_request, release]

jobs:
build_and_test:
Expand Down

0 comments on commit db6834a

Please sign in to comment.