mirror of
https://github.com/OCEAN-xyz/datum_gateway.git
synced 2025-05-12 19:20:42 +02:00
Merge branch 'ci_ubuntu2204' into 0.2.x
This commit is contained in:
commit
0d1fa6006f
11
.github/workflows/build.yaml
vendored
11
.github/workflows/build.yaml
vendored
@ -4,15 +4,16 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-22.04
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Loading…
Reference in New Issue
Block a user