ci: Limit Badges job execution

This commit is contained in:
Kogia-sima 2021-01-02 03:27:46 +09:00
parent 816a7e5e43
commit 8584fa5ca7
1 changed files with 3 additions and 0 deletions

View File

@ -4,11 +4,14 @@ on:
push:
branches:
- master
paths:
- '**/Cargo.toml'
jobs:
update-badges:
name: Update Badges
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'Kogia-sima' }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2