Skip to content

Commit f6ead09

Browse files
committed
fix workflow
1 parent d9b5897 commit f6ead09

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
test:
8-
if: startsWith(github.ref, 'refs/heads/v')
8+
if: startsWith(github.ref, 'refs/tags/v')
99
runs-on: ubuntu-latest
1010

1111
steps:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

2-
# pyspark-msgraph-source
2+
# PySpark Microsoft Graph Source
3+
4+
5+
36

47
A **PySpark DataSource** to seamlessly integrate and read data from **Microsoft Graph API**, enabling easy access to resources like **SharePoint List Items**, and more.
58

0 commit comments

Comments
 (0)