Skip to content

Commit

Permalink
remove circleci and modify github flow to any push/pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarbonneaux committed Nov 5, 2024
1 parent d26d76e commit 0dd2480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build CI

on:
push:
branches: [ perl-FCGI-merge ]
pull_request:
branches: [ perl-FCGI-merge ]
push: {}
pull_request: {}

jobs:
build-linux:
Expand Down

0 comments on commit 0dd2480

Please sign in to comment.