Skip to content

Commit

Permalink
Merge pull request #918 from CodeForPhilly/lebovits/issu849-weekly-de…
Browse files Browse the repository at this point in the history
…ployment-PR

Lebovits/issu849 weekly deployment pr
  • Loading branch information
nlebovits authored Sep 25, 2024
2 parents b8e0886 + 3ab596c commit e6728ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deployment_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Test Workflow
on:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Workflow is running!"

0 comments on commit e6728ae

Please sign in to comment.