We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a196e commit bee5a75Copy full SHA for bee5a75
1 file changed
.github/workflows/deploy-dev-aws.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- "main" # Only run on main branch
8
+ - "sid/**"
9
10
# Only allow one deployment to run at a time
11
concurrency:
0 commit comments