Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Equinox- committed Jun 4, 2024
1 parent 98e0d01 commit f1ff1a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: .NET

on:
push:
paths:
Expand All @@ -8,6 +7,7 @@ on:
- patches/**
- .github/workflows/dotnet.yml
workflow_dispatch: {}

jobs:
build:
runs-on: windows-2019
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
paths:
- SchemaFrontend/**
- .github/workflows/frontend.yml

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # For federated auth
Expand Down

0 comments on commit f1ff1a9

Please sign in to comment.