Skip to content

Commit

Permalink
Add workflow dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Nov 6, 2020
1 parent 41b711c commit ff56ed0
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build Documentation

on: [push]
on:
push:
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- development
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Nexus Package
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- development
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: qube lint

on: [push]
on:
push:
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run Maven Tests

on: [push]
on:
push:
workflow_dispatch:

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Sync qube project
on:
schedule:
- cron: '0 1 * * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit ff56ed0

Please sign in to comment.