Skip to content

Commit 05ecdeb

Browse files
committed
Test on push
1 parent e48cc52 commit 05ecdeb

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/dev.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Development builds
22

3-
on:
4-
push:
5-
branches:
6-
- develop
7-
pull_request:
8-
types: [opened, synchronize, edited]
3+
on: push
4+
5+
# on:
6+
# push:
7+
# branches:
8+
# - develop
9+
# pull_request:
10+
# types: [opened, synchronize, edited]
911

1012
concurrency:
1113
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)