Skip to content

v0.0.3

v0.0.3 #39

Workflow file for this run

name: Deploy
on:
pull_request:
types: [opened, synchronize, closed]
branches: [main, master, develop]
# allow external contributions to use secrets within trusted code
pull_request_target:
types: [opened, synchronize, closed]
branches: [main, master, develop]
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Deploy
runs-on: ubuntu-latest
environment: test
steps:
- name: Print environment
run: |
echo "Running in environment: test"