Skip to content

Commit

Permalink
Fixing workflow names etc
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Sep 24, 2023
1 parent 3207365 commit 48dd555
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build
name: binary build

on: [push, pull_request]
on:
push:
branches:
- master


jobs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Python package build
name: Python source package build

on:
push:
branches:
- main
- master

jobs:
deploy:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: better-python-build
name: python wheel package build

on:
push:
branches:
- main
- master

jobs:
build_wheels:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_scripts

0 comments on commit 48dd555

Please sign in to comment.