Skip to content

Commit

Permalink
Merge pull request #102 from mrlesmithjr/mrlesmithjr/issue101
Browse files Browse the repository at this point in the history
Mrlesmithjr/issue101
  • Loading branch information
mrlesmithjr authored Nov 12, 2021
2 parents a9903d1 + ac8fa15 commit 8adc9b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
---
name: Molecule Test
on: push
on:
push:
branches-ignore:
- main
- master
pull_request:
branches:
- develop
- main
- master

jobs:
build:
runs-on: ubuntu-latest
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/release-galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ on:
branches:
- main
- master
# - "releases/**"
tags:
- "*"
# pull_request:
# branches:
# - main
# - master
# - "releases/**"
release:
types:
- published

jobs:
galaxy:
Expand Down

0 comments on commit 8adc9b0

Please sign in to comment.