Skip to content

Commit

Permalink
fix minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hilaire drouineau committed Feb 1, 2023
1 parent f1ba924 commit 176f25d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
workflow_dispatch:
branches: [ master ]
push:
branches: [master]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven-build-installer-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Build macOS Installer

on:
workflow_dispatch:
branches: [ master ]
push:
branches: [ master ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven-build-installer-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Build Unix Installer

on:
workflow_dispatch:
branches: [ master ]
push:
branches: [ master ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven-build-installer-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Build Windows Installer

on:
workflow_dispatch:
branches: [ master ]
push:
branches: [ master ]
paths:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/maven-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Maven Basic Package

on:
workflow_dispatch:
branches: [ master ]
push:
branches: [ master ]
paths:
Expand Down

0 comments on commit 176f25d

Please sign in to comment.