We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf96c5 commit 8aee95bCopy full SHA for 8aee95b
.github/workflows/pr.yml
@@ -1,5 +1,9 @@
1
name: Checks
2
-on: [push, pull_request]
+on:
3
+ pull_request:
4
+ push:
5
+ branches:
6
+ - "master"
7
env:
8
NODE_VERSION: 20
9
jobs:
0 commit comments