Skip to content

Commit

Permalink
Merge pull request #13 from tarepan/fix/ci_trigger
Browse files Browse the repository at this point in the history
Fix workflow trigger branch name
  • Loading branch information
tarepan authored Oct 24, 2023
2 parents b62e7e5 + 43cb07c commit ec13a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Test

on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
branches: [ $default-branch ]
branches: [ main ]
workflow_dispatch:

permissions:
Expand Down

0 comments on commit ec13a6b

Please sign in to comment.