Skip to content

Commit

Permalink
Revert "vapt: pausing staging builds" (#225)
Browse files Browse the repository at this point in the history
This reverts commit fd4c0f2.
  • Loading branch information
gweiying authored Jul 15, 2021
1 parent 67cdccf commit a69dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
prod = os.environ['PRODUCTION_BRANCH']
staging = os.environ['STAGING_BRANCH']
dev = os.environ['DEV_BRANCH']
if ref == prod:
if ref == prod or ref == staging or ref == dev:
print('::set-output name=proceed::true')
else:
print('::set-output name=proceed::false')
Expand Down

0 comments on commit a69dcb4

Please sign in to comment.