Skip to content

Commit

Permalink
enable manual trigger for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Feb 22, 2024
1 parent 7db10bb commit 05841c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-update-cycle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name: Test update cycle

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

jobs:
build:
Expand Down

0 comments on commit 05841c8

Please sign in to comment.