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 46c26f8 commit e64b744Copy full SHA for e64b744
.github/workflows/formats.yml
@@ -1,10 +1,14 @@
1
name: 🧹 Formats
2
3
on:
4
+ pull_request:
5
+ branches: [main, master]
6
+ paths-ignore:
7
+ - "CHANGELOG.md"
8
push:
9
10
paths-ignore:
11
- "CHANGELOG.md"
- pull_request:
12
13
jobs:
14
ci:
.github/workflows/release-please.yml
@@ -1,7 +1,6 @@
- branches:
- - master
permissions:
contents: write
.github/workflows/tests.yml
name: 🤖 Tests
0 commit comments