Skip to content

Commit

Permalink
chore: trigger unit test when merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
BytePender committed Dec 30, 2024
1 parent 08aa10d commit e2bca9d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: EinoTests

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

env:
DEFAULT_GO_VERSION: "1.18"
Expand Down

0 comments on commit e2bca9d

Please sign in to comment.