Skip to content

Commit 4668ff2

Browse files
committed
chore(ci): change permissions for running tests in MRs
1 parent 2c651a2 commit 4668ff2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
name: Testing taskiq-redis
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- develop
84
pull_request:
5+
paths-ignore:
6+
- '*.md'
7+
push:
8+
paths-ignore:
9+
- '*.md'
10+
11+
permissions:
12+
actions: read
13+
contents: read
14+
pull-requests: read
915

1016
jobs:
1117
lint:

0 commit comments

Comments
 (0)