summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 94ca588..493a4df 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,8 +2,9 @@ name: Tests
on:
push:
- branches-ignore:
- - "dependabot/**"
+ branches:
+ - main
+ - "!dependabot/**"
pull_request:
workflow_dispatch:
@@ -11,6 +12,9 @@ env:
FORCE_COLOR: 2
NODE: 18
+permissions:
+ contents: read
+
jobs:
test:
runs-on: ubuntu-latest