Skip to content

Commit 7918f34

Browse files
author
Evgenii Khramkov
committed
use only pull_request trigger for CI actions
1 parent 9b93037 commit 7918f34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Lint Code Base
22

33
on:
4-
push:
4+
pull_reqeust:
55
branches-ignore:
66
- 'master'
77

.github/workflows/main.yml

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

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

55
jobs:
66
build:

0 commit comments

Comments
 (0)