trigger on both push and pull requests...
and trigger on any branch, not just master
This commit is contained in:
Родитель
4632317ebf
Коммит
11b07b100b
|
@ -1,12 +1,10 @@
|
||||||
# This is a workflow to build the AST Explorer application
|
# 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
|
# Controls when the action will run. Triggers the workflow on push or pull request
|
||||||
# events but only for the master branch
|
# events for any branch.
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче