Skip to content

Commit

Permalink
Try to deploy to QA
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Oct 24, 2024
1 parent 9940617 commit ab59191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: ["master"]
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]
branches: [master]
schedule:
- cron: "21 8 * * 3"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Deploy Update to QA Server"

on:
push:
branches: [master]
branches: [arm, master]

permissions:
contents: read
Expand Down

0 comments on commit ab59191

Please sign in to comment.