Skip to content

Commit 918218c

Browse files
committed
Add explainer
1 parent 45feac3 commit 918218c

File tree

3 files changed

+461
-127
lines changed

3 files changed

+461
-127
lines changed

.github/workflows/auto-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: CI
22
on:
3-
pull_request: {}
3+
pull_request:
4+
branches: [main]
45
push:
56
branches: [main]
67
jobs:
78
main:
89
name: Build, Validate and Deploy
9-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1011
permissions:
1112
contents: write
1213
steps:

0 commit comments

Comments
 (0)