Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 13, 2024
1 parent a8f45a7 commit c83d1ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Main

on:
push:
pull_request:
workflow_dispatch:

jobs:
main:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/frontend.yaml@main
secrets: inherit

0 comments on commit c83d1ec

Please sign in to comment.