Просмотр исходного кода

Run GitHub Actions tests on PRs as well

When initially creating the GitHub Actions
workflow, it was obviously forgotten to make
it also run on pull requests, not only when
changes are pushed to branches in the
original repository (not a fork).
tags/v3.1.0
Phillip Johnsen GitHub 6 лет назад
Родитель
Сommit
81b0fab68a
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      .github/workflows/verify.yml

+ 1
- 1
.github/workflows/verify.yml Просмотреть файл

@@ -1,6 +1,6 @@
name: Verify changes

on: [push]
on: [push, pull_request]

jobs:
build:


Загрузка…
Отмена
Сохранить