Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scratchfoundation/scratch-audio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0d5c4f448bef282262004ee98439d795c9bf4d26
Choose a base ref
..
head repository: scratchfoundation/scratch-audio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dca744624c05ce1ad8ce2f3f035b1d2733fb02c5
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 .github/workflows/ci-cd.yml
2 changes: 0 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -3,9 +3,7 @@ name: CI/CD

on:
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
pull_request: # Runs whenever a pull request is created or updated
push: # Runs whenever a commit is pushed to the repository
branches: [master, develop, hotfix/*]

concurrency:
group: "${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}"