Prevent duplicate CI runs

This commit is contained in:
Kien Dang 2023-08-06 00:42:08 +08:00
parent 5eb5fe294a
commit 9f7845f855
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
name: Lint name: Lint
on: [push, pull_request] on: push
jobs: jobs:
build: build:

View File

@ -1,6 +1,6 @@
name: Tests name: Tests
on: [push, pull_request] on: push
jobs: jobs:
build: build: