Skip to content

Commit ecb6feb

Browse files
committed
Commenting out branch for now and renaming workflow
1 parent a797741 commit ecb6feb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_download_tracker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: Publish Download Tracker
22
on:
33
release:
44
types: [published]
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
with:
14-
ref: 'stable'
13+
# with:
14+
# ref: 'stable'
1515
- name: Set up latest Python
1616
uses: actions/setup-python@v5
1717
with:

0 commit comments

Comments
 (0)