Skip to content

Commit

Permalink
497: Only deploy to staging from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Nov 22, 2023
1 parent 10a3c96 commit e16358d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- task/updating-staging-azure
paths-ignore:
- '*.md'
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"filename": ".github/workflows/cicd.yml",
"hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
"is_verified": false,
"line_number": 16,
"line_number": 15,
"is_secret": false
}
],
Expand Down Expand Up @@ -223,5 +223,5 @@
}
]
},
"generated_at": "2023-11-21T18:40:06Z"
"generated_at": "2023-11-22T21:57:59Z"
}

0 comments on commit e16358d

Please sign in to comment.