Skip to content

Commit ff34b52

Browse files
committed
Syntax changes to some automations
1 parent 63b7cb1 commit ff34b52

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy_static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ name: Deploy static content to Pages
44
on:
55
# Runs on pushes targeting the default branch and with changes in the static folder
66
push:
7-
branches: ["main"]
7+
branches:
8+
- "main"
89
paths:
910
- static/**
1011

.github/workflows/publish_on_tag.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Release
33
on:
44
workflow_dispatch:
55
push:
6-
tags: ["*"]
6+
tags:
7+
- v2.*.*
78

89
jobs:
910
publish:

0 commit comments

Comments
 (0)