Skip to content

Commit

Permalink
CI: less checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 9, 2021
1 parent 3b85afc commit ed8b990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main, 1.2.1_proposed ]
branches: [ main ]
pull_request:
branches: [ main, 1.2.1_proposed ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cwltool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: test_with_cwltool
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main, 1.2.1_proposed ]
branches: [ main ]
pull_request:
branches: [ main, 1.2.1_proposed ]

Expand Down

0 comments on commit ed8b990

Please sign in to comment.