Skip to content

Commit 92dc604

Browse files
committed
Fix double GHA workflows
1 parent 88f29b7 commit 92dc604

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-push.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI Push
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
pull_request:
8+
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)