We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75eda97 + 205b0c9 commit ec192c3Copy full SHA for ec192c3
.github/workflows/build-pr.yml
@@ -6,8 +6,7 @@ name: Build and Test Pull Request
6
on:
7
pull_request:
8
branches:
9
- - main
10
- - feature/*
+ - dev
11
12
13
env:
.github/workflows/deploy-dev.yml
@@ -6,7 +6,7 @@ name: Build and Deploy to DEV
push:
permissions:
# These permissions are needed to interact with GitHub's OIDC Token endpoint to fetch/set the AWS deployment credentials.
0 commit comments