Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
advaithsrao authored Oct 16, 2023
1 parent caf7e93 commit a834833
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Python CI
name: CICD

on:
push:
branches:
- main # Change to your default branch
- main
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit a834833

Please sign in to comment.