Skip to content

Commit

Permalink
Merge pull request #40 from PSNAppz/1.0.0
Browse files Browse the repository at this point in the history
Ignore action/workflows on tag push
  • Loading branch information
venky-ganapathy authored May 3, 2024
2 parents 9f25270 + 197fc53 commit c27665b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Docker and Push

on:
push:
tags-ignore:
- '**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/openapi-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: openapi publish on push

on:
push:
tags-ignore:
- '**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: pre-commit
on:
pull_request:
push:
tags-ignore:
- '**'
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish to PyPI

on:
release:
types:
- created
push:
tags-ignore:
- '**'
workflow_dispatch:

jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Test and coverage
on:
pull_request:
push:
tags-ignore:
- '**'
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit c27665b

Please sign in to comment.