Skip to content

Commit

Permalink
Make RCC workflow reusable
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Nov 8, 2023
1 parent c66f3d2 commit 910ba8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rcc.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: RCC
---
name: "RCC"

on:
push:
paths:
- rcc
- .github/workflows/rcc.yaml
pull_request:
paths:
- rcc
- .github/workflows/rcc.yaml
workflow_call: {}

jobs:
build_and_test:
Expand Down

0 comments on commit 910ba8e

Please sign in to comment.