Skip to content

Commit

Permalink
Disable master action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
realthunder committed Aug 11, 2023
1 parent 03a75dd commit d31fdf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

name: FreeCAD master CI

on: [workflow_dispatch, push, pull_request]
# on: [workflow_dispatch, push, pull_request]
on: [workflow_dispatch, pull_request]

concurrency:
group: FC-CI-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit d31fdf6

Please sign in to comment.