Skip to content

Commit

Permalink
Create release.yaml
Browse files Browse the repository at this point in the history
- Create the release.yaml file in the correct directory.
- Trigger the workflow on pull requests merged into the stable branch.
  • Loading branch information
parcheesime authored Apr 5, 2024
1 parent 4ee1a3f commit e4015bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Release Workflow

on:
push:
branches:
- stable

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
# more to come

0 comments on commit e4015bf

Please sign in to comment.