Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 6, 2024
1 parent 1fd7370 commit a887035
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build / Test

on:
push:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: Nightlies
name: Nightly

on:
workflow_run:
workflows: [ "Build / Test" ]
branches: [ "dev", "main" ]
types: [ "completed" ]
push:
branches:
- dev
- main
paths:
- 'Gangs*/**'
- '.github/workflows/nightly.yml'
- '.github/workflows/release.yml'
- 'Core/**'
- 'Commands/**'

jobs:
build:
Expand Down

0 comments on commit a887035

Please sign in to comment.