Skip to content

Commit 52c472f

Browse files
ci(preview): add beta branch and update runner image
1 parent 6743d4f commit 52c472f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- 'main'
6+
- 'beta'
67
pull_request_target:
78
types:
89
- opened
@@ -17,7 +18,7 @@ concurrency:
1718
jobs:
1819
preview:
1920
name: Preview
20-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2122
env:
2223
PREVIEW_REPO: PoliNetworkOrg/preview
2324
PAGES_BASE: https://PoliNetworkOrg.github.io/preview

0 commit comments

Comments
 (0)