Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dapavlik authored Feb 20, 2025
1 parent 4ef8052 commit 1aadc3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Publish to PyPI
name: CI/CD for Cool-Graph

on:
push:
branches:
- main
release:
types: [published]

jobs:
publish:
build:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 1aadc3b

Please sign in to comment.