Skip to content

Commit

Permalink
fix: changed build branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Dec 14, 2023
1 parent eb02eb3 commit c8b08ac
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 <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c8b08ac

Please sign in to comment.