Skip to content

Commit

Permalink
Enable deploy on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Oct 14, 2023
1 parent d13ffab commit b5c2b87
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Deploy
on: [push]
on:
push: ~
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -19,3 +23,4 @@ jobs:
with:
name: ${{ vars.GCP_CLOUD_FUNCTION_NAME }}
runtime: 'python310'
entry_point: "update"

0 comments on commit b5c2b87

Please sign in to comment.