Skip to content

Commit

Permalink
ci: test and deploy PRs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jan 21, 2024
1 parent a20733b commit a30f013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pull-request-cleanup

on:
pull_request:
branches: [ develop ]
branches: [ master, develop ]
types: [ closed ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pull-request

on:
pull_request:
branches: [ develop ]
branches: [ master, develop ]

jobs:
validate:
Expand Down

0 comments on commit a30f013

Please sign in to comment.