Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfischernielsen committed Aug 7, 2023
1 parent da02049 commit 7c75033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Validate changes
on: push

jobs:
Expand All @@ -24,6 +24,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
needs: check
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7c75033

Please sign in to comment.