Skip to content

Commit a0a93f8

Browse files
committed
Update GitHub Actions workflow to trigger on push events
1 parent 8533c8e commit a0a93f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: test
22

3-
on: [pull_request]
3+
on: [push, pull_request]
44

55
jobs:
66
run:

0 commit comments

Comments
 (0)