Skip to content

Commit e5a9877

Browse files
committed
ignore other workflows
1 parent 55e007a commit e5a9877

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches-ignore:
5+
- tel-18111-automate-phonenumbers-lib
6+
pull_request:
7+
branches-ignore:
8+
- tel-18111-automate-phonenumbers-lib
39
permissions:
410
contents: read
511

.github/workflows/coverage.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: coverage
2-
on: [push]
2+
on:
3+
push:
4+
branches-ignore:
5+
- tel-18111-automate-phonenumbers-lib
36
permissions:
47
contents: read
58

.github/workflows/typing.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Test type stubs
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches-ignore:
5+
- tel-18111-automate-phonenumbers-lib
6+
pull_request:
7+
branches-ignore:
8+
- tel-18111-automate-phonenumbers-lib
39
permissions:
410
contents: read
511

0 commit comments

Comments
 (0)