From 4ed5124d651f580231264cdf730021d8a003bcee Mon Sep 17 00:00:00 2001 From: Iain Samuel McLean Elder Date: Mon, 1 Jul 2024 03:03:52 +0200 Subject: [PATCH] Add placeholder to enable workflow dispatch --- .github/workflows/test_changes.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/test_changes.yml diff --git a/.github/workflows/test_changes.yml b/.github/workflows/test_changes.yml new file mode 100644 index 0000000..4cdb367 --- /dev/null +++ b/.github/workflows/test_changes.yml @@ -0,0 +1,15 @@ +name: Test changes +on: + push: + workflow_dispatch: + +jobs: + list_changes: + name: List changed installers + runs-on: ubuntu-latest + steps: + - name: Debug + env: + GITHUB: ${{toJson(github)}} + run: | + echo "$GITHUB"