mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
10 lines
150 B
YAML
10 lines
150 B
YAML
name: Publish Staging
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
release:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|