Skip to content

Commit

Permalink
fix branches matching
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baillie-ortoo committed Dec 1, 2021
1 parent 9eb17b5 commit 680e5d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create-org-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: Deploy and Run all Unit Tests
on:
push:
branches:
- '*'
- 'feature/*'
- 'releases/*'
- main
pull_request:
types: [ opened ]
branches:
- '*'
- 'feature/*'
- 'releases/*'
- main
jobs:
create-org-and-deploy:
Expand Down

0 comments on commit 680e5d5

Please sign in to comment.