Skip to content

Commit ed8b990

Browse files
committed
CI: less checks
1 parent 3b85afc commit ed8b990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
9-
branches: [ main, 1.2.1_proposed ]
9+
branches: [ main ]
1010
pull_request:
1111
branches: [ main, 1.2.1_proposed ]
1212

.github/workflows/cwltool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: test_with_cwltool
44
on:
55
# Triggers the workflow on push or pull request events but only for the main branch
66
push:
7-
branches: [ main, 1.2.1_proposed ]
7+
branches: [ main ]
88
pull_request:
99
branches: [ main, 1.2.1_proposed ]
1010

0 commit comments

Comments
 (0)