Skip to content

Commit

Permalink
fix(ci): update fixtures workflows and rename tox workflow (#582)
Browse files Browse the repository at this point in the history
* fix(ci): update fixtures feature workflow.

* fix(ci): update fixtures workflow.

* fix(ci): rename tox workflow file.
  • Loading branch information
spencer-tb authored May 31, 2024
1 parent c6152f0 commit 8b4504a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/fixtures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and Package Fixtures

on:
push:
branches:
- main
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/fixtures_feature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build and Package Fixtures for a feature

on:
push:
branches:
- main
tags:
- '*@v*'
workflow_dispatch:
Expand Down
File renamed without changes.

0 comments on commit 8b4504a

Please sign in to comment.