Skip to content

Commit

Permalink
Merge pull request #1 from tmmy991/test
Browse files Browse the repository at this point in the history
Update test workflow to trigger on push to master branch
  • Loading branch information
ydah authored Apr 8, 2024
2 parents 2a2c873 + 225b1e4 commit 8608eba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test
on:
workflow_dispatch
push:
branches: master
paths: trigger
jobs:
test:
name: Test
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# gha-test
something
Empty file added trigger
Empty file.

0 comments on commit 8608eba

Please sign in to comment.