Skip to content

Commit c83d1ec

Browse files
committed
add workflow
1 parent a8f45a7 commit c83d1ec

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Main
2+
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
8+
jobs:
9+
main:
10+
uses: ocadotechnology/codeforlife-workspace/.github/workflows/frontend.yaml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)