Skip to content

Commit

Permalink
fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
phmatray committed Feb 19, 2024
1 parent 6a82222 commit 9500e25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Pull Request
on: pull_request
name: Build & Test

on:
push:
branches: [ main ]
pull_request:
branches: [ '*' ]

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build documentation

on:
Expand Down

0 comments on commit 9500e25

Please sign in to comment.