Skip to content

Commit

Permalink
workflow: Fix workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Jul 13, 2024
1 parent 072bb98 commit 7aa588a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/vader.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Fugitive cgit
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
Vader:
strategy:
Expand Down

0 comments on commit 7aa588a

Please sign in to comment.