Skip to content

Commit

Permalink
Run Flowable 5 workflow only on main and release branches and run Win…
Browse files Browse the repository at this point in the history
…dows build only on main
  • Loading branch information
filiphr committed Oct 24, 2024
1 parent e888bb6 commit 90f0e28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/flowable5.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Flowable 5 Build

on: [push]
on:
push:
branches:
- main
- 'flowable-release-*'

jobs:
test_jdk:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Flowable Windows Build

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

env:
MAVEN_ARGS: >-
Expand Down

0 comments on commit 90f0e28

Please sign in to comment.