Skip to content

Commit

Permalink
Fix workflow trigger branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Oct 24, 2023
1 parent b62e7e5 commit 43cb07c
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 43cb07c

Please sign in to comment.