Update GitHub Actions

This commit is contained in:
Sebastian Serth
2021-04-13 14:00:40 +02:00
parent 532a9c426c
commit dd1603fa18
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,6 @@
name: CI
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-20.04

View File

@ -1,9 +1,10 @@
name: Dependabot Automerge Check
on:
- pull_request
- pull_request_target
jobs:
worker:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code