Skip to content

Commit

Permalink
add on
Browse files Browse the repository at this point in the history
  • Loading branch information
Parlato committed Feb 22, 2022
1 parent 4fc4ad8 commit 5f0f193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-push-action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
release:
types: [created]

Expand All @@ -14,7 +15,7 @@ jobs:
- id: list-s3-dirs
shell: bash
run: |
echo "hello world !!!!" > test.json
echo "foo bar" > test.json
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 5f0f193

Please sign in to comment.