Skip to content

Commit

Permalink
Create test_trigger.yaml
Browse files Browse the repository at this point in the history
Add workflow
  • Loading branch information
james-garriss committed Jan 22, 2024
1 parent 248c38a commit 3e910d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_trigger.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Trigger Test

on:
push:

jobs:
trigger-test:
runs-on: ubuntu-latest
steps:
- name: Call print
run: python3 /print.py

0 comments on commit 3e910d8

Please sign in to comment.