Skip to content

Commit

Permalink
chore: update default branch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
phihc116 committed Nov 17, 2024
1 parent 52353d3 commit d8f0dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/english-note-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: English Note Continuous Integration

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

jobs:
EnglishNote_API:
Expand Down

0 comments on commit d8f0dfc

Please sign in to comment.