Add runner
All checks were successful
Upload to s3 / build_and_deploy (push) Successful in 10s

This commit is contained in:
stirelshka8 2024-07-14 16:01:36 +03:00
parent 38e05d6703
commit 994a2adba7

View File

@ -0,0 +1,14 @@
name: Upload to s3
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
branches:
- develop
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3