mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
ci: limit ci run in prs
This commit is contained in:
parent
badf0dcd3b
commit
ab4fe1ce4e
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,6 +1,11 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user