Skip to content

Commit

Permalink
sync Fri Dec 15 10:14:20 AM CET 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Dec 15, 2023
1 parent 9b998f9 commit 6879c08
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
name: build
name: Build

on:
push:
branches:
- develop
workflow_dispatch:

permissions:
contents: write

jobs:
test:
uses: ./.github/workflows/test.yml
with:
branch: develop

build:
name: Build and release
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6879c08

Please sign in to comment.