Skip to content

Commit

Permalink
chore(ci) run on all branches and manual trigger (#2026)
Browse files Browse the repository at this point in the history

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced the ability to manually trigger the CI workflow for greater
control over execution.
  
- **Bug Fixes**
- Removed automatic triggers on pushes and pull requests to the `main`
branch, streamlining the CI process.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
drazisil committed Aug 20, 2024
2 parents 4dbc227 + bb3c84d commit 646aa88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Node.js CI

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

env:
MCO_LOG_LEVEL: warn
Expand Down

0 comments on commit 646aa88

Please sign in to comment.