Skip to content

Commit 76991ab

Browse files
committed
Enable developer CI on push
1 parent d28c4e0 commit 76991ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/developer_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Developer CI
22

33
on:
44

5-
pull_request:
5+
push:
6+
# pull_request:
67
# # CI is disabled if ONLY workflow files are changed
78
# paths-ignore:
89
# - '.github/workflows/**'

0 commit comments

Comments
 (0)