Skip to content

Commit

Permalink
FIX workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Feb 21, 2024
1 parent 3c80995 commit 8cc43d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check build and tests
name: checks

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: fwal/setup-swift@v1
with:
swift-version: '5.9.2'

- name: generate docs
uses: sersoft-gmbh/swifty-docs-action@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: release

on:
push:
branches:
- main
tags:
- '*'

Expand Down

0 comments on commit 8cc43d8

Please sign in to comment.