Skip to content

Commit

Permalink
Merge pull request #3 from lindsaymoralesb/devops/github-actions
Browse files Browse the repository at this point in the history
Update beta version workflow trigger
  • Loading branch information
lindsaymoralesb authored Jul 2, 2024
2 parents 5f4560c + 1dbf73d commit 49718a7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/beta-version.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Build beta version

on:
push:
branches:
- master
pull_request:
types:
- closed

jobs:
create-beta-version:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'

strategy:
matrix:
Expand Down

0 comments on commit 49718a7

Please sign in to comment.