Skip to content

Instantly share code, notes, and snippets.

@urbsny
urbsny / django .github workflows main.yml
Last active April 18, 2020 06:52
Compare with GItLab CI and Github Actions
name: CI
on:
push:
branches:
- '*'
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
test:
runs-on: ubuntu-latest