Skip to content

Commit 6861198

Browse files
committed
ci: workflows
1 parent b62689f commit 6861198

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: "Continuous Integration"
22

33
on:
44
push:
5+
branches:
6+
- master
7+
- 11.x
58
pull_request:
69
schedule:
710
- cron: '0 0 * * *'

.github/workflows/pint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010

1111
permissions:
1212
contents: write
13+
pull-requests: write
1314

1415
steps:
1516
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)