Skip to content

Commit

Permalink
Adapt Workflows to Staging Branch (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Tapply authored Jun 6, 2024
1 parent 587b08a commit e0a7d70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build on Latest and All Platforms
# Triggered on both PRs and pushes to main
on:
push:
branches: [ "main" ]
branches: [ "main", "staging" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "staging" ]

jobs:
# Runs on Ubuntu latest (version 22.04)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Submit Dependency Summary
# Triggered on both PRs and pushes to main
on:
push:
branches: [ "main" ]
branches: [ "main", "staging" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "staging" ]

jobs:
# Runs on Ubuntu latest (version 22.04)
Expand Down

0 comments on commit e0a7d70

Please sign in to comment.