Skip to content

Commit

Permalink
[github] scope branches
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 31, 2024
1 parent 7263453 commit 6164ad1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: JavaScript

on:
push:
branches:
- main
paths:
- javascript/**
- .github/workflows/javascript.yaml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Python

on:
push:
branches:
- release
paths:
- python/**
- server/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Website

on:
push:
branches:
- main
paths:
- website/**
- .github/workflows/website.yaml
Expand Down

0 comments on commit 6164ad1

Please sign in to comment.