Skip to content

Commit

Permalink
[#82] Adjust workflow conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
juampynr committed Jul 5, 2022
1 parent 4988aef commit 199e869
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Create release binaries
name: Merge actions
on:
push:
branches:
- master
- 82-interactive-cli
# branches:
# - master
# - 82-interactive-cli
jobs:
release-linux-amd64:
name: release linux/amd64
name: Build and create a release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -18,10 +18,10 @@ jobs:

publish-docker-image:
name: Publish Docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out code

- uses: mr-smithers-excellent/docker-build-push@v5
with:
image: drupal9ci
Expand Down

0 comments on commit 199e869

Please sign in to comment.