Skip to content

Commit

Permalink
Build and deploy aaroads branch
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Sep 24, 2023
1 parent 78e74fe commit 3c305c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-preview.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build PR Preview
on:
pull_request:
branches: [main]
branches: [aaroads]
types:
- opened
- reopened
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Deploy
on:
push:
branches:
- main
- aaroads
permissions:
contents: read
pages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint

on:
pull_request:
branches: [main]
branches: [aaroads]

jobs:
prettier:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Build (MacOS)

on:
pull_request:
branches: [main]
branches: [aaroads]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test Build (Ubuntu)

on:
pull_request:
branches: [main]
branches: [aaroads]

jobs:
build:
Expand Down

0 comments on commit 3c305c0

Please sign in to comment.