trigger on both push and pull requests...

and trigger on any branch, not just master
This commit is contained in:
Peter Villadsen 2020-04-05 22:12:14 -07:00 коммит произвёл GitHub
Родитель 4632317ebf
Коммит 11b07b100b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 5 удалений

8
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -1,12 +1,10 @@
# This is a workflow to build the AST Explorer application
name: Build.Socratex
name: Build.Explorer
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
# events for any branch.
on: [push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: