mirror of
https://tvoygit.ru/Djam/r11_workflows.git
synced 2025-02-23 08:52:46 +00:00
19 lines
233 B
YAML
19 lines
233 B
YAML
|
version: '1'
|
||
|
|
||
|
on:
|
||
|
push:
|
||
|
branches:
|
||
|
- rosa2016.1
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- rosa2016.1
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
stage: test
|
||
|
runs-on: r11_builder
|
||
|
steps:
|
||
|
- name: Test Job
|
||
|
run: echo "Hello, World!"
|
||
|
|