Skip to content

Commit

Permalink
Merge pull request #16 from wiemanboy/feature/split-up-workflows
Browse files Browse the repository at this point in the history
UPDATE: rename workflow steps
  • Loading branch information
wiemanboy authored Sep 19, 2024
2 parents f1335eb + f917aa5 commit 16e8103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:


jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 16e8103

Please sign in to comment.