Skip to content

Commit

Permalink
test8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed May 6, 2024
1 parent 8edc473 commit d3991ed
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test and Release

on: push
on:
push
# branch: master
# tags:
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

jobs:
test_and_release:
Expand All @@ -20,3 +24,10 @@ jobs:
- name: Test
run: |
pytest
- name: Create Release
uses: ncipollo/release-action@v1
with:
name: "test release"
#tag: v1.4.1
draft: true
generateReleaseNotes: true

0 comments on commit d3991ed

Please sign in to comment.