Skip to content

Commit

Permalink
[updating-pipelines-ci] - Setting CI.yml to only run on pushes to mai…
Browse files Browse the repository at this point in the history
…n - MZ RAG

Co-authored-by: Richard Gist <Richard.Gist@wwt.com>
  • Loading branch information
morganzellers and Richard-Gist committed Sep 2, 2021
1 parent f4c8821 commit 6693c44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [ push, workflow_dispatch ]
on:
workflow_dispatch:
push:
branches: [ main ]

jobs:
test:
Expand Down

0 comments on commit 6693c44

Please sign in to comment.