Skip to content

Commit

Permalink
chore: Init of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paudefuente committed Sep 16, 2024
1 parent 334bf0f commit c265b25
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/federated-learning.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Federated Learning

on:
push:
branches: [ "master", "main", "develop" ]
paths:
- src/federated-learning/**
- .github/workflows/federated-learning.yml
pull_request:
branches: [ "master", "main", "develop" ]
paths:
- src/federated-learning/**
- .github/workflows/federated-learning.yml

jobs:

0 comments on commit c265b25

Please # to comment.