Skip to content

Commit f374530

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

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.github/workflows/test.yml

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

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

1018
jobs:
1119
lint:

0 commit comments

Comments
 (0)