We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62689f commit 6861198Copy full SHA for 6861198
.github/workflows/continuous-integration.yml
@@ -2,6 +2,9 @@ name: "Continuous Integration"
2
3
on:
4
push:
5
+ branches:
6
+ - master
7
+ - 11.x
8
pull_request:
9
schedule:
10
- cron: '0 0 * * *'
.github/workflows/pint.yml
@@ -10,6 +10,7 @@ jobs:
11
permissions:
12
contents: write
13
+ pull-requests: write
14
15
steps:
16
- uses: actions/checkout@v4
0 commit comments