Skip to content

Commit

Permalink
Merge pull request #2929 from DataDog/type-check-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc authored Jun 27, 2023
2 parents dd478ab + 590789f commit ad2e282
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Check
on: [push]
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
jobs:
check:
name: Check types
Expand Down

0 comments on commit ad2e282

Please sign in to comment.