Skip to content

Commit

Permalink
T903|add trigger to run github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoSchmidt1703 authored and MediaMarco committed Aug 17, 2023
1 parent 0bb3803 commit 9a5b044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on: [push]

on:
push:
workflow_dispatch:
jobs:
custom_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9a5b044

Please sign in to comment.