Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
Update CI trigger

Co-authored-by: piyoppi <3podvator@gmail.com>
  • Loading branch information
fumink7 and piyoppi authored Dec 6, 2024
1 parent 489022e commit d233251
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test

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

jobs:
test:
Expand Down

0 comments on commit d233251

Please sign in to comment.