Skip to content

Commit

Permalink
Merge pull request #229 from Crypto-TII/fix/closed-pull-request
Browse files Browse the repository at this point in the history
Change GitHub actions execution to use on push in branch instead of o…
  • Loading branch information
peacker authored May 15, 2024
2 parents fcbc965 + 09013f7 commit a506095
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-claasp-base-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build and push image for testing
on:
pull_request:
types: [ closed ]
push:
branches:
- main

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-main-webapp-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build and push image from main
on:
pull_request:
types: [ closed ]
push:
branches:
- main

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-staging-webapp-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build and push image from develop
on:
pull_request:
types: [ closed ]
push:
branches:
- develop

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Generate and submit documentation
on:
pull_request:
types: [ closed ]
push:
branches:
- main

Expand Down

0 comments on commit a506095

Please sign in to comment.