Skip to content

Commit

Permalink
update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed May 7, 2024
1 parent d46d044 commit 680609c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Verify PRs and commits
name: Build code

on:
workflow_dispatch:
push:
branches: [ "master", "dev" ]
branches:
- master
- 'releases/**'
pull_request:
branches: [ "master", "dev" ]
branches: [ "master", "releases/**" ]

jobs:
call-build:
Expand Down

0 comments on commit 680609c

Please sign in to comment.