Skip to content

Commit

Permalink
chore: fix gh build (#6)
Browse files Browse the repository at this point in the history
* Fix GH build

* Fix GH build
  • Loading branch information
cloudshiftchris authored Mar 16, 2024
1 parent e903a08 commit b022170
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

name: 'Build Kontour'
name: 'Build KProcess'
on:
pull_request: {}
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
permissions:
contents: 'write'
env:
Expand Down

0 comments on commit b022170

Please sign in to comment.