Skip to content

Commit

Permalink
ci: Refine triggers to avoid replicated runs on PRs
Browse files Browse the repository at this point in the history
Also, enable manual triggers
  • Loading branch information
farshidtz committed Aug 26, 2024
1 parent 53568ab commit d493687
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build

on:
pull_request:
push:
branches: [ main ]
pull_request:
# Manual trigger
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit d493687

Please sign in to comment.