Skip to content

Commit 0adcea3

Browse files
committed
Automate GitHub Actions run
1 parent 088c101 commit 0adcea3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/demo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Generate demo site
2-
on: [workflow_dispatch]
2+
on:
3+
push:
4+
branches: [ "main" ]
35
permissions:
46
contents: write
57
jobs:

.github/workflows/npm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build & Publish to NPM
2-
on: [workflow_dispatch]
2+
on:
3+
push:
4+
branches: [ "main" ]
35
jobs:
46
build:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)