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 bc09d73 + aec327e commit 75eda97Copy full SHA for 75eda97
.github/workflows/build-pr.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ - feature/*
11
12
13
env:
.github/workflows/deploy-dev.yml
@@ -6,7 +6,7 @@ name: Build and Deploy to DEV
6
on:
push:
- - main
permissions:
# These permissions are needed to interact with GitHub's OIDC Token endpoint to fetch/set the AWS deployment credentials.
0 commit comments