Skip to content

Commit

Permalink
Add placeholder to enable workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
iainelder committed Jul 1, 2024
1 parent fd6f486 commit 4ed5124
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test_changes.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4ed5124

Please sign in to comment.