dani-ange commited on
Commit
3c686ae
·
unverified ·
1 Parent(s): a040e14

Update ci-cd.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -1,6 +1,6 @@
1
  name: Sentiment Analysis Pipeline
2
 
3
- on: [push, pull_request] # Runs on push or PR to any branch
4
 
5
  jobs:
6
  train_and_test:
 
1
  name: Sentiment Analysis Pipeline
2
 
3
+ on: [push, pull_request,workflow_dispatch] # Runs on push or PR to any branch
4
 
5
  jobs:
6
  train_and_test: