FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

actions changes · dudanov/python-pyftms@7049cc2 · GitHub

Commit 7049cc2

Browse files
committed
actions changes
1 parent 92fb432 commit 7049cc2

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

‎.github/workflows/docs.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish Documentation
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags: ["v[0-9].[0-9]+.[0-9]+"]
67

‎.github/workflows/pypi.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish to PyPI
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags: ["v[0-9].[0-9]+.[0-9]+"]
67

‎.github/workflows/pytest.yml‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: Run Pytest
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch:
5+
push:
6+
paths-ignore:
7+
- ".github/**"
8+
pull_request:
9+
paths-ignore:
10+
- ".github/**"
411

512
jobs:
613
build:

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL