Skip to content

Commit dfd03af

Browse files
committed
Run actions on push only
1 parent 9ce4ea3 commit dfd03af

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
paths:
8-
- src/*
9-
pull_request:
10-
branches:
11-
- master
12-
paths:
13-
- src/*
147

158
jobs:
169
lint:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Check notification
22

3-
on: [pull_request, push]
3+
on: [push]
44

55
jobs:
66
success:

0 commit comments

Comments
 (0)