Skip to content

Commit

Permalink
ci: commit build as actions user, don't run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
abemedia committed Jul 30, 2021
1 parent d98ed71 commit f678c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Test & Build

on:
pull_request:
push:

jobs:
build:
Expand All @@ -16,3 +15,5 @@ jobs:
with:
commit_message: 'chore: build'
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit_user_name: github-actions[bot]
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com>

0 comments on commit f678c14

Please sign in to comment.