Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Red wash (remove test branch) #7

Merged
merged 12 commits into from
Nov 9, 2023
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: release
on:
# Triggers the workflow on push
push:
# branches: [main]
branches: releaseActions
branches: [main]

# A workflow run is made up of one or more jobs
jobs:
Expand All @@ -19,3 +18,4 @@ jobs:
uses: artis3n/ansible_galaxy_collection@v2
with:
api_key: ${{ secrets.GALAXY_TOKEN }}

Loading