Skip to content

Commit 7eb56dd

Browse files
committedJan 15, 2025
update: remove workflow trigger
1 parent 7f00fd3 commit 7eb56dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎.github/workflows/e2e-test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ name: End-to-End Tests
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
8-
push:
9-
branches:
10-
- develop
11-
- master
8+
# push:
9+
# branches:
10+
# - develop
11+
# - master
1212

13-
pull_request:
14-
branches:
15-
- develop
16-
- master
13+
# pull_request:
14+
# branches:
15+
# - develop
16+
# - master
1717

1818
# Allows you to run this workflow manually from the Actions tab
1919
workflow_dispatch:

0 commit comments

Comments
 (0)