Skip to content

Commit

Permalink
refactor(action-yaml): 🎉 update on handler at actions yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 12, 2023
1 parent 142a603 commit aabddca
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/onpremise-amz-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onpremise-auto-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onpremise-auto-02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onpremise-def-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onpremise-hha-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onpremise-rl-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/public-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/public-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
Expand Down

0 comments on commit aabddca

Please sign in to comment.