Skip to content

Commit

Permalink
Update deploy canary action
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Jun 18, 2024
1 parent f938925 commit 6dfecd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Deploy Canary

on:
pull_request:
types: [closed]
push:
branches:
- main
- canary

jobs:
deploy_canary:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'canary'
name: build
timeout-minutes: 30
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6dfecd5

Please sign in to comment.