swarmproxy/.gitea/workflows/testing.yaml

20 lines
430 B
YAML
Raw Normal View History

2023-07-06 09:26:59 +02:00
name: build testing
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on:
push:
branches: none #[ main ]
#paths: .github/workflows/1-actions-ci-cd-aks.yml
pull_request:
branches: none # [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-container:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3