Skip to content

Commit

Permalink
Merge pull request #122 from wwt/updating-pipelines-ci
Browse files Browse the repository at this point in the history
Sets CI to only run on pushes to main branch
  • Loading branch information
Richard-Gist authored Sep 2, 2021
2 parents f4c8821 + 6693c44 commit dfd5937
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 dfd5937

Please sign in to comment.