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 9ce4ea3 commit dfd03afCopy full SHA for dfd03af
.github/workflows/lint.yml
@@ -4,13 +4,6 @@ on:
4
push:
5
branches:
6
- master
7
- paths:
8
- - src/*
9
- pull_request:
10
- branches:
11
- - master
12
13
14
15
jobs:
16
lint:
.github/workflows/test.yml
@@ -1,6 +1,6 @@
1
name: Check notification
2
3
-on: [pull_request, push]
+on: [push]
success:
0 commit comments