Skip to content

Commit

Permalink
Merge pull request #2 from rarup1/002-add-github-actions
Browse files Browse the repository at this point in the history
Adding release.yml gh action
  • Loading branch information
rarup1 authored May 29, 2024
2 parents fa5ac4c + 6a9a6d2 commit 00dcc50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
branches:
- main

jobs:
release:
runs-on: ubuntu-latest
environment: PROD
steps:
- uses: actions/checkout@v4
- name: Install python
Expand Down

0 comments on commit 00dcc50

Please sign in to comment.