Skip to content

Commit ee6616a

Browse files
author
Jonathan Crum
committed
03/09/2024 20:56:25
1 parent f63d2c8 commit ee6616a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Release
2+
on:
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
deployment:
8+
runs-on: ubuntu-latest
9+
environment: production

0 commit comments

Comments
 (0)