Skip to content

Commit

Permalink
Run build.yml on all PR commits (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment authored Oct 12, 2023
1 parent 303fafa commit ad8d115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#Build the application
name: Build without E2E tests
on:
pull_request:
types: [converted_to_draft]
pull_request: {}
push:
branches: [master]
workflow_dispatch: # for running action manually
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build + E2E Tests

on:
workflow_dispatch: # for running action manually
pull_request:
types: [ready_for_review]
pull_request: {}

jobs:
cypress:
Expand Down

0 comments on commit ad8d115

Please sign in to comment.