Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: angular-ui/ui-grid.info
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.3
Choose a base ref
...
head repository: angular-ui/ui-grid.info
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

There isn’t anything to compare.

v3.0.3 and master are entirely different commit histories.

Showing with 7 additions and 7 deletions.
  1. +7 −7 .github/workflows/create-release.yml
14 changes: 7 additions & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@ name: Create Release

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push]
# workflow_dispatch:
# # Inputs the workflow accepts.
# inputs:
# release:
# description: 'Release Version'
# required: true
on:
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
release:
description: 'Release Version'
required: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: