Skip to content

Commit

Permalink
Created demo1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vampbrain authored Nov 3, 2023
1 parent 5cabeea commit a5917b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/demo1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name : changes-received!
'on': push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "File received!"

0 comments on commit a5917b2

Please sign in to comment.