Skip to content

Commit

Permalink
bug(ci): fix deploy docs tags workflow trigger. (ethereum#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb authored and danceratopz committed Oct 22, 2024
1 parent 26aa41b commit 265544e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Docs Tags
on:
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10, v0.1.1a1
- "v[0-9]+.[0-9]+.[0-9]+*" # Push events to matching v*, i.e. v1.0, v20.15.10, v0.1.1a1

jobs:
deploy:
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Test fixtures for use by clients are available for each release on the [Github r
- 🔀 Simplify Python project configuration and consolidate it into `pyproject.toml` ([#764](https://github.com/ethereum/execution-spec-tests/pull/764)).
- 🔀 Created `pytest_plugins.concurrency` plugin to sync multiple `xdist` processes without using a command flag to specify the temporary working folder ([#824](https://github.com/ethereum/execution-spec-tests/pull/824))
- 🔀 Move pytest plugin `pytest_plugins.filler.solc` to `pytest_plugins.solc.solc` ([#823](https://github.com/ethereum/execution-spec-tests/pull/823)).
- 🐞 Asserts that the deploy docs tags workflow is only triggered for full releases ([#857](https://github.com/ethereum/execution-spec-tests/pull/857)).

### 💥 Breaking Change

Expand Down

0 comments on commit 265544e

Please sign in to comment.