Skip to content

Commit

Permalink
Restrict CI workflow to run on a single branch
Browse files Browse the repository at this point in the history
Reverts commit 2b5a951.
  • Loading branch information
Nick-Hall committed Mar 28, 2024
1 parent c30de3c commit acb5f6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gramps-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@

name: Gramps CI

on: [push, pull_request]
on:
push:
branches: [ maintenance/gramps52 ]
pull_request:
branches: [ maintenance/gramps52 ]

jobs:
build:
Expand Down

0 comments on commit acb5f6b

Please sign in to comment.