Files
ansible-openwrt-hirkn/.github/workflows/public-galaxy.yml
2024-04-17 14:30:53 +03:00

22 lines
452 B
YAML

name: Public to Ansible Galaxy
on:
push:
branches: [ "master" ]
paths:
- .github/**
- domain_routing_openwrt/**
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: galaxy
uses: robertdebock/galaxy-action@1.2.0
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
path: domain_routing_openwrt
git_branch: master