Skip to content

Initial commit of partial app logic #12

Initial commit of partial app logic

Initial commit of partial app logic #12

Workflow file for this run

name: Deploy
on:
pull_request:
branches: [main, master]
jobs:
test:
name: Deploy
runs-on: ubuntu-latest
environment: test
steps:
- name: Print environment
run: |
echo "Running in environment: test"