Skip to content

Commit

Permalink
Flesh out pull_request trigger, GitHub#450
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Sep 3, 2023
1 parent a584766 commit d57b4cb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ on:
- main
- branch-*
paths-ignore:
- 'config/**'
- 'distrib/**'
- 'doc/**'
- 'man/**'
- 'CONTRIBUTORS'
- 'NEWS'
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- branch-*
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'CONTRIBUTORS'
- 'NEWS'

env:
APT_PACKAGES: libtool libtool-bin automake autoconf libssl-dev libgcrypt-dev libkrb5-dev libpam0g-dev libdb-dev libtdb-dev libmysqlclient-dev libavahi-client-dev libacl1-dev libcrack2-dev libcups2-dev tcpd
Expand Down

0 comments on commit d57b4cb

Please sign in to comment.