Skip to content

Commit

Permalink
ci: action: Add dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 22, 2024
1 parent 311fdb2 commit 338361d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test all targets

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:

permissions:
contents: write
Expand Down

0 comments on commit 338361d

Please sign in to comment.