Skip to content

Commit

Permalink
Removed push and pull_request triggers on legacy actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EduMenges committed Jul 1, 2024
1 parent 3c4d0aa commit 7dc6587
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/Android-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Android Build

on:
push:
branches:
- master
paths-ignore:
- "README.md"
- ".github/workflows/**"
- ".gitignore"
pull_request:
workflow_dispatch:

jobs:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/OSX-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Mac OSX Build

on:
push:
branches:
- master
paths-ignore:
- "README.md"
- ".github/workflows/**"
- ".gitignore"
pull_request:
workflow_dispatch:

jobs:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/Windows-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: Windows Build

on:
push:
branches:
- master
paths-ignore:
- "README.md"
- ".github/workflows/**"
- ".gitignore"
pull_request:
workflow_dispatch:

jobs:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/iOS-cmake.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: iOS Build

on:
push:
branches:
- master
paths-ignore:
- "README.md"
- ".github/workflows/**"
- ".gitignore"
pull_request:
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 7dc6587

Please sign in to comment.