Skip to content

Commit f5eb9d6

Browse files
committed
jdgajdg
1 parent 073d86d commit f5eb9d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Action Workflow
2-
on: [push,pull_request]
2+
on: # example of hithub event's types.it can be put as object instead of aaray
3+
push:
4+
pull_request:
5+
types: [closed, assigned, opened, reopened]
36
jobs:
47
run-github-actions:
58
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)