Skip to content

Commit

Permalink
🩹🚇 Fixed release pipeline not running on push tag (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand authored Feb 5, 2022
1 parent 6c9f713 commit d770951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Run Examples"

on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Tests"

on:
push:
tags:
- v**
branches-ignore:
- "dependabot/**"
pull_request:
Expand Down

0 comments on commit d770951

Please sign in to comment.