Skip to content

Commit

Permalink
Merge pull request #14 from ayushishu/main
Browse files Browse the repository at this point in the history
Add independently triggered option
  • Loading branch information
askb committed Dec 4, 2023
2 parents bcb278f + 944e3c9 commit df1e0c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/csit-1-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
push:
branches:
- '*'

workflow_dispatch:

jobs:
csit:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/maven-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
branches:
- main

workflow_dispatch:

jobs:
Builder-Docker-Image:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/odl-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
push:
branches:
- '*'

workflow_dispatch:

jobs:
builder-docker-image:
runs-on: ubuntu-latest
Expand Down

0 comments on commit df1e0c5

Please sign in to comment.