Skip to content

Commit

Permalink
Create test-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec committed Apr 9, 2024
1 parent 6d16f1e commit f0b4f19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Run tests and update release

on:
push:
branches: [ "master" ]

jobs:
run-tests-and-update-release:
name: Run tests and update release
uses: moosetechnology/.github/.github/workflows/run-and-release.yml@main

0 comments on commit f0b4f19

Please sign in to comment.