Skip to content

Commit

Permalink
ci: re-enable trigger on PR and push
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Dec 7, 2024
1 parent cce8990 commit 4d56a9d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Test Software Upgrade

on:
workflow_dispatch:
# FIXME: disable as we move to PSS, we need to update those settings to work with PSS
# pull_request:
# push:
# branches:
# - develop
# - devnet
# - main
pull_request:
push:
branches:
- develop
- devnet
- main

jobs:
create-new-snapshot:
Expand Down

0 comments on commit 4d56a9d

Please sign in to comment.