Skip to content

Commit

Permalink
update workflow triggers to be consistent with SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Apr 8, 2024
1 parent 22caadd commit e1c6dd5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Checks

on: [pull_request, push]
on:
merge_group:
push:
pull_request:
workflow_dispatch:

jobs:
fossa:
Expand Down

0 comments on commit e1c6dd5

Please sign in to comment.