Skip to content

Commit

Permalink
chore: allow temp build ci to validate deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobressan committed Sep 5, 2024
1 parent 3710cb6 commit 9ee38d3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Build

# on:
# workflow_dispatch: {}
# push:
# branches:
# - "main"

on:
workflow_dispatch: {}
push:
branches:
- "main"
- main
pull_request:
branches:
- main

jobs:
rpc:
Expand Down

0 comments on commit 9ee38d3

Please sign in to comment.