Skip to content

Commit

Permalink
chore: run github actions on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
shibbas authored and sinedied committed Nov 20, 2023
1 parent dfcd3be commit 1c63627
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/azure-dev-validation.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Validate AZD template
on:
push:
branches: [main]
branches: [main, develop]
paths:
- 'infra/**'
pull_request:
branches: [main]
branches: [main, develop]
paths:
- 'infra/**'

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: Deploy on Azure
on:
workflow_dispatch:
push:
# Run when commits are pushed to mainline branch (main or master)
# Run when commits are pushed to mainline branch (main)
# Set this to the mainline branch you are using
branches:
- main
- master

# GitHub Actions workflow to deploy to Azure using azd
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Playwright Tests
on:
push:
branches: [main]
branches: [main, develop]
pull_request:
branches: [main]
branches: [main, develop]
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 1c63627

Please sign in to comment.