dda-devops-build/.github/workflows/unstable.yml

22 lines
370 B
YAML
Raw Normal View History

2020-07-03 13:41:03 +00:00
name: unstable
2020-07-03 13:37:06 +00:00
on:
push:
2020-07-03 13:41:03 +00:00
branches:
- master
2020-07-03 13:37:06 +00:00
tags:
2020-07-03 13:41:03 +00:00
- *
- '![0-9]+.[0-9]+.[0-9]+'
2020-07-03 13:37:06 +00:00
jobs:
build:
name: test-my build
runs-on: ubuntu-latest
steps:
- name: debug
run: |
echo ${{ github.ref }}
echo ${{ github.ref == '[0-9]+.[0-9]+.[0-9]+' }}
echo ${{ github.ref != '[0-9]+.[0-9]+.[0-9]+' }}