11 lines
145 B
YAML
11 lines
145 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- feat/release_actions
|
|
|
|
jobs:
|
|
test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "test" |