11 lines
114 B
YAML
11 lines
114 B
YAML
name: Push Action
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '!**'
|
|
|
|
jobs:
|
|
test:
|
|
uses: ./.gitea/workflows/test.yml
|
|
|