Skip to content

Commit

Permalink
update workflow to tests on pr (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 27, 2023
1 parent d0f67f0 commit 8906950
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: test
on:
push:
branches:
- '**'
tags-ignore:
- '**'
schedule:
- cron: "42 2 * * *"
pull_request:
branches:
- 'main'

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test_rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
branches:
- 'main'

jobs:
build:
Expand Down

0 comments on commit 8906950

Please sign in to comment.