Skip to content

Commit

Permalink
Changed to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
itdoginfo committed Apr 18, 2024
1 parent ec9971e commit 92f25df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/public-galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Public to Ansible Galaxy

on:
push:
branches: [ "role" ]
branches: [ "master" ]
tags:
- '*'

Expand All @@ -15,5 +15,4 @@ jobs:
- name: Publish Ansible role to Galaxy
uses: robertdebock/[email protected]
with:
galaxy_api_key: ${{ secrets.galaxy_api_key }}
git_branch: 0.1.3
galaxy_api_key: ${{ secrets.galaxy_api_key }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[English role README](https://github.com/itdoginfo/domain-routing-openwrt/blob/role/README.EN.md)
[English role README](https://github.com/itdoginfo/domain-routing-openwrt/blob/master/README.EN.md)

# Описание
Shell скрипт и playbook для Ansible. Автоматизируют настройку роутера на OpenWrt для роутинга по доменам и спискам IP-адресов.
Expand Down

0 comments on commit 92f25df

Please sign in to comment.