Skip to content

Commit

Permalink
Workflow Rename (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterBarclay authored May 29, 2024
2 parents 0a18d67 + 1420d35 commit c00b91f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/FissionESLintFormat.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fission
name: Fission - ES Lint Format

on:
workflow_dispatch: {}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/FissionPackage.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Fission
name: Fission - Package

on:
workflow_dispatch: {}
push:
branches: [ master ]
branches: [ master, dev ]

jobs:
runUnitTests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/FissionUnitTest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fission
name: Fission - Unit Test

on:
workflow_dispatch: {}
Expand Down

0 comments on commit c00b91f

Please sign in to comment.