Skip to content

Commit e10e2f0

Browse files
authored
Add push trigger for develop branch in workflow
1 parent cf53356 commit e10e2f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/all-pr-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "All Pull Request Tests"
22

33
on:
4+
push:
5+
branches:
6+
- develop
47
pull_request:
58
branches:
69
- develop
@@ -60,4 +63,4 @@ jobs:
6063
else
6164
echo "All jobs passed or were skipped"
6265
exit 0
63-
fi
66+
fi

0 commit comments

Comments
 (0)