mirror of
https://github.com/stefanzweifel/git-auto-commit-action.git
synced 2025-08-25 09:02:08 +08:00
Run git-auto-commit, linter and tests checks on pull requests
This commit is contained in:
6
.github/workflows/git-auto-commit.yml
vendored
6
.github/workflows/git-auto-commit.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: git-auto-commit
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
git-auto-commit:
|
||||
|
Reference in New Issue
Block a user