Skip to content

Commit

Permalink
fix: only run build on push main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sogladev committed Mar 14, 2024
1 parent b4e3f36 commit c79c860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Build
on:
workflow_call:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
build-english:
Expand Down

0 comments on commit c79c860

Please sign in to comment.