CCash/.github/workflows/deploy.yaml
2021-06-15 11:02:47 +01:00

10 lines
150 B
YAML

name: Publish Staging
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2