Skip to content

Commit

Permalink
Run CI.yml only on pull and dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
GeordyJ authored Jul 9, 2024
1 parent fdd8e1f commit d77b080
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
name: CI

on:
push:
branches:
- main
- master
tags:
- '*'
# push:
# branches:
# - main
# - master
# tags:
# - '*'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit d77b080

Please sign in to comment.