Skip to content

Commit

Permalink
ci: run build-test on main
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Sep 29, 2022
1 parent 44e1583 commit 9ab6eb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build Test

on:
push:
branches:
- main

pull_request:
paths-ignore:
- README.md
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Tests
on:
pull_request:
workflow_dispatch:
push:
branches:
- main


concurrency:
Expand Down

0 comments on commit 9ab6eb4

Please sign in to comment.