We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cc38c commit 58ac020Copy full SHA for 58ac020
.github/workflows/build-release.yml
.github/workflows/publish-release.yml
@@ -1,13 +1,9 @@
1
name: publish-release
2
3
on:
4
- release:
5
- types:
6
- - published
7
- workflow_run:
8
- workflows: ["build-release"]
9
10
- - completed
+ push:
+ branches:
+ - main
11
12
jobs:
13
pypi:
.github/workflows/python.yml
@@ -3,7 +3,7 @@
#
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
-name: hostinger-api Python package
+name: hostinger-api test build
on: [push, pull_request]
0 commit comments