Skip to content

Commit

Permalink
chore(.github/workflows): constrain push triggers to known branches
Browse files Browse the repository at this point in the history
pull_request triggers remain unchanged/unfiltered.

stack-info: PR: #582, branch: aws-nslick/stack/26
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
  • Loading branch information
Nicholas Sielicki committed Sep 11, 2024
1 parent 7a0fa83 commit a73941b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: PR CI
on: [push, pull_request]
on:
push:
branches:
- master
- main
- v*
pull_request:
env:
APT_PACKAGES: >-
build-essential
Expand Down

0 comments on commit a73941b

Please sign in to comment.