Skip to content

Commit

Permalink
feat: Run test workflow on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed Apr 18, 2024
1 parent 943c080 commit f9f2c70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test Action

on:
workflow_dispatch:
push:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit f9f2c70

Please sign in to comment.