Skip to content

Commit 1d5c744

Browse files
committed
Test GitHub actions
1 parent b24ea64 commit 1d5c744

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/onPush.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: On push
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
610

711
jobs:
812
notify:

0 commit comments

Comments
 (0)