Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsday authored Jun 26, 2023
1 parent 05cf6b1 commit 6ffa158
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
# disable for saving bill
# pull_request:
# branches:
# - main
# push:
# branches:
# - main

permissions:
contents: write
Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
# files: ./src/coverage.lcov # optional
# flags: unittests # optional
# name: codecov-umbrella # optional
# fail_ci_if_error: true # optional (default = false)
# fail_ci_if_error: true # optional (default = false)

0 comments on commit 6ffa158

Please sign in to comment.