Skip to content

Commit

Permalink
Merge pull request #31 from stackhpc/2024.1-workflows
Browse files Browse the repository at this point in the history
feat: automatic update of workflows stackhpc/2024.1
  • Loading branch information
markgoddard authored Jul 10, 2024
2 parents e4ba0a0 + 1e21f25 commit 138d8d9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tag-and-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Tag & Release
'on':
push:
branches:
- stackhpc/2024.1
permissions:
actions: read
contents: write
jobs:
tag-and-release:
uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main
7 changes: 7 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Tox Continuous Integration
'on':
pull_request:
jobs:
tox:
uses: stackhpc/.github/.github/workflows/tox.yml@main

0 comments on commit 138d8d9

Please sign in to comment.