Skip to content

Commit

Permalink
test: Change the github actions trigger condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
yini-chen committed Apr 17, 2024
1 parent 561efad commit 3f0510c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Smoke Test

on: [push]
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
smoke-test-macos:
Expand Down

0 comments on commit 3f0510c

Please sign in to comment.