Skip to content

Commit 949b2ef

Browse files
committed
test
1 parent 3d9147a commit 949b2ef

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Workers Deploy
22
on:
33
push:
44
branches:
5-
- dev
5+
# - dev
66
- action-dev
7-
# Sequence of patterns matched against refs/tags
8-
# tags:
9-
# - v[0-9]+.[0-9]+.[0-9]+
107

118
permissions:
129
actions: read
@@ -22,6 +19,7 @@ jobs:
2219
submodules: recursive
2320
token: ${{ secrets.SUBMODULE_TOKEN }}
2421
# ref: dev
22+
ref: action-dev
2523
- name: Deploy Workers
2624
uses: cloudflare/wrangler-action@v3
2725
with:
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Workers Deploy
22
on:
33
push:
4-
branches:
5-
- action-dev
4+
# Sequence of patterns matched against refs/tags
5+
tags:
6+
- v[0-9]+.[0-9]+.[0-9]+
67

78
permissions:
89
actions: read
@@ -12,7 +13,11 @@ jobs:
1213
deploy-workers:
1314
runs-on: ubuntu-latest
1415
steps:
15-
- uses: actions/checkout@v4
16+
- name: Checkout
17+
uses: actions/checkout@main
18+
with:
19+
submodules: recursive
20+
token: ${{ secrets.SUBMODULE_TOKEN }}
1621
- name: Deploy Workers
1722
uses: cloudflare/wrangler-action@v3
1823
with:

0 commit comments

Comments
 (0)