Skip to content

Commit

Permalink
Added major changes to Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Shritesh99 committed Nov 26, 2023
1 parent 609d037 commit 4c2d66d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 14 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches: [ master, main ]
types:
- completed
push:
branches: [master, main]
release:
types: [ released ]

jobs:
deploy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches: [ master, main ]
types:
- completed
release:
types: [ released ]

jobs:
deploy:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
branches: [ master, main ]
types:
- completed
release:
types: [ released ]

jobs:
validate:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
branches: [ master, main ]
types:
- completed
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
release:
types: [ released ]

jobs:
tests:
Expand Down

0 comments on commit 4c2d66d

Please sign in to comment.