Skip to content

Commit d2ce054

Browse files
committed
Fix CI
1 parent 9a53c00 commit d2ce054

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: Build and Deploy Snapshot
22
on:
33
push:
4+
branches: ['2.*']
45
paths-ignore:
56
- "README.md"
67
- "release-notes/*"
78
pull_request:
89
paths-ignore:
910
- "README.md"
1011
- "release-notes/*"
12+
permissions:
13+
contents: read
14+
1115
env:
1216
JODA_DEFAULT: '2.12.7'
1317
JODA_MIN: '2.9'

0 commit comments

Comments
 (0)