Skip to content

Commit

Permalink
Fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mannkind committed Jan 6, 2024
1 parent caaf8cf commit c4d25a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build

on: [push]
on:
push:
branches:
- main

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types:
- created

permissions:
contents: write
packages: write

jobs:
release:
name: Generate cross-platform builds
Expand Down

0 comments on commit c4d25a1

Please sign in to comment.