Skip to content

Commit

Permalink
chore: run CI on every push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN committed Aug 17, 2024
1 parent 9dba174 commit 3f9d317
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Linux

on:
push:
branches: [ "main" ]
paths:
- "Core/**"
- "Samples/**"
- "Scripts/**"
pull_request:
branches: [ "main" ]
paths:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: MacOSX

on:
push:
branches: [ "main" ]
paths:
- "Core/**"
- "Samples/**"
- "Scripts/**"
pull_request:
branches: [ "main" ]
paths:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Windows

on:
push:
branches: [ "main" ]
paths:
- "Core/**"
- "Samples/**"
- "Scripts/**"
pull_request:
branches: [ "main" ]
paths:
Expand Down

0 comments on commit 3f9d317

Please sign in to comment.