Skip to content

Commit b4b367f

Browse files
authored
Build on pr workflow - rename (#8)
1 parent 696a97b commit b4b367f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-on-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish Python 🐍 distribution 📦 to Pypi
1+
name: Build Python 🐍 distribution 📦
22
on:
33
pull_request:
44
branches:
55
- develop
66

77
jobs:
88
build:
9-
name: Publish Python 🐍 distribution 📦 to Pypi
9+
name: Build Python 🐍 distribution 📦
1010
runs-on: ubuntu-20.04
1111
steps:
1212
- uses: actions/checkout@master

0 commit comments

Comments
 (0)