Skip to content

Commit

Permalink
ci: add GitHub Actions CI to master branch (HemeraProtocol#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ideal93 authored Dec 10, 2024
1 parent c6ee180 commit bf522c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Hemera Indexer Continuous Integration

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ut.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python application unit test

on: [pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand Down

0 comments on commit bf522c5

Please sign in to comment.