Skip to content

Commit

Permalink
Create create-release.yml (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone authored Nov 11, 2024
1 parent 983b1db commit 29dfe42
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ on:
push:
branches:
- main
paths:
- 'lean-toolchain'


jobs:
create_release:
paths:
- 'lean-toolchain'

runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 29dfe42

Please sign in to comment.