Skip to content

Commit

Permalink
allow wf CI to be launched manually and remove it launch on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Nov 28, 2023
1 parent 46fb326 commit f4edf5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: CI

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit f4edf5c

Please sign in to comment.