mirror of
https://github.com/itdoginfo/ansible-openwrt-hirkn.git
synced 2025-12-24 08:03:35 +05:00
Switch to master
This commit is contained in:
4
.github/workflows/public-galaxy.yml
vendored
4
.github/workflows/public-galaxy.yml
vendored
@@ -2,7 +2,7 @@ name: Public to Ansible Galaxy
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "role" ]
|
branches: [ "master" ]
|
||||||
paths:
|
paths:
|
||||||
- .github/**
|
- .github/**
|
||||||
- domain-routing-openwrt/**
|
- domain-routing-openwrt/**
|
||||||
@@ -18,4 +18,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
galaxy_api_key: ${{ secrets.galaxy_api_key }}
|
||||||
path: domain-routing-openwrt
|
path: domain-routing-openwrt
|
||||||
git_branch: role
|
git_branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user