Skip to content

Commit

Permalink
Github: restrict CI to the devel branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierog committed Dec 19, 2024
1 parent d6b7f90 commit 387e6ae
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Moulti checks (FreeBSD)'
on:
- push
push:
branches:
- devel
jobs:
freebsdchecks:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Moulti checks
on:
- push
push:
branches:
- devel
jobs:
checks:
strategy:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/netbsd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Moulti checks (NetBSD)'
on:
- push
push:
branches:
- devel
jobs:
netbsdchecks:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/openbsd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: 'Moulti checks (OpenBSD)'
on:
- push
push:
branches:
- devel
jobs:
openbsdchecks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 387e6ae

Please sign in to comment.