Skip to content

Commit

Permalink
ci(github): update github action config
Browse files Browse the repository at this point in the history
  • Loading branch information
unadlib committed Oct 1, 2024
1 parent 0f29e17 commit 8ce5f0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
on: ["pull_request"]

name: Test Coverage
permissions:
contents: read
pull-requests: write

jobs:

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
on: ["push"]

name: Push Test Coveralls
on:
push:
branches:
- main

name: Test with Coveralls
jobs:

build:
Expand Down

0 comments on commit 8ce5f0a

Please sign in to comment.