Skip to content

Commit

Permalink
Merge pull request #2 from graphprotocol/mde/fix-pipeline
Browse files Browse the repository at this point in the history
fix: changed build branch from master to main
  • Loading branch information
Maikol committed Dec 14, 2023
2 parents eb02eb3 + c8b08ac commit 62fb410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-availability-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Availability Oracle
on:
push:
branches:
- master
- main

env:
BASE_IMAGE: ghcr.io/edgeandnode/availability-oracle
Expand Down
2 changes: 1 addition & 1 deletion availability-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "availability-oracle"
version = "0.3.0"
version = "0.3.1"
authors = ["Leonardo Yvens <leoyvens@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 62fb410

Please sign in to comment.