Skip to content

Commit 1aadc3b

Browse files
authored
Update main.yml
1 parent 4ef8052 commit 1aadc3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: Publish to PyPI
1+
name: CI/CD for Cool-Graph
22

33
on:
4+
push:
5+
branches:
6+
- main
47
release:
58
types: [published]
69

710
jobs:
8-
publish:
11+
build:
912
runs-on: ubuntu-latest
1013

1114
steps:

0 commit comments

Comments
 (0)