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 b99ac82 commit e1684ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: update-docs

on:
push:
branches: [ main ]
branches:
- main
paths:
- '**.swift'

jobs:
document:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e1684ba

Please sign in to comment.