Skip to content

Commit

Permalink
Update CI event
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaidong committed Jan 22, 2024
1 parent 5b50e44 commit a11aa53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ name: ci-test

on: [push, pull_request]
name: ci-test
on: [push]
on:
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit a11aa53

Please sign in to comment.