Skip to content

Commit

Permalink
Allow triggering CMake job via workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Nov 27, 2023
1 parent 741d516 commit f715c2a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: cmake
permissions:
contents: read

on:
push:
branches:
- 'main'
pull_request:
on: [push, pull_request, workflow_dispatch]

jobs:
iOS:
Expand Down

0 comments on commit f715c2a

Please sign in to comment.