We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e007a commit e5a9877Copy full SHA for e5a9877
.github/workflows/ci.yml
@@ -1,5 +1,11 @@
1
name: CI
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches-ignore:
5
+ - tel-18111-automate-phonenumbers-lib
6
+ pull_request:
7
8
9
permissions:
10
contents: read
11
.github/workflows/coverage.yml
@@ -1,5 +1,8 @@
name: coverage
-on: [push]
.github/workflows/typing.yml
name: Test type stubs
0 commit comments