Skip to content

Commit

Permalink
bug(ci): fix deploy docs tags workflow trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Oct 1, 2024
1 parent 990f6af commit 4d4bc49
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 @@ -57,6 +57,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 ci 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 4d4bc49

Please sign in to comment.