mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
12 lines
162 B
YAML
12 lines
162 B
YAML
name: CI
|
|
on:
|
|
push:
|
|
branches: ["main"]
|
|
pull_request:
|
|
branches: ["main"]
|
|
jobs:
|
|
hello:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "hello"
|