Skip to content

Commit 6472f39

Browse files
committed
Update deploy.yml file with new workflow configuration
1 parent d7cb7b4 commit 6472f39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Deploy OpenGridX Demo
2-
32
on:
43
push:
54
branches:
65
- main
6+
workflow_dispatch:
77

88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
11+
1112
permissions:
1213
contents: write
14+
pages: write
15+
1316
steps:
1417
- name: Checkout 🛎️
1518
uses: actions/checkout@v4

0 commit comments

Comments
 (0)