Skip to content

Commit a4b435f

Browse files
committed
remove release push branches for r and python ci
1 parent b89ec1d commit a4b435f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ main, prod, 'release/*' ]
8+
branches: [ main, prod ]
99
pull_request:
1010
types: [ opened, synchronize, reopened, ready_for_review ]
1111
branches: [ main, prod ]

.github/workflows/r-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: R facebook survey
1010

1111
on:
1212
push:
13-
branches: [ main, prod, 'release/*' ]
13+
branches: [ main, prod ]
1414
pull_request:
1515
types: [ opened, synchronize, reopened, ready_for_review ]
1616
branches: [ main, prod ]

0 commit comments

Comments
 (0)