Skip to content

Commit

Permalink
ci: fix workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
gosuto-inzasheru committed Nov 18, 2023
1 parent 53b81ce commit a85395e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Deploy to Google Cloud
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
deploy:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: test

on: workflow_dispatch
on:
pull_request:
branches: [main]

env:
FOUNDRY_PROFILE: ci
Expand Down

0 comments on commit a85395e

Please sign in to comment.