Skip to content

Commit

Permalink
👷 Actually dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored May 19, 2024
1 parent 4510fda commit 381fa3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches: [main]
pull_request:
branches: [main, staging]
branches: [main]
repository_dispatch:
types: [build]

jobs:
build:
Expand Down

0 comments on commit 381fa3e

Please sign in to comment.