Skip to content

Commit

Permalink
👷 run ci on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 14, 2023
1 parent 7f685f6 commit fbab47c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'test-on-pr'
on: [pull_request]
name: test
on:
pull_request:
push:
branches:
- main

jobs:
test-tauri:
Expand Down

0 comments on commit fbab47c

Please sign in to comment.