Skip to content

Commit

Permalink
Consolidate github workflow build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
perkfly committed Mar 5, 2024
1 parent b49ecf3 commit 31cc0fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- feature/*
- bugfix/*
tags:
- "v*.*.*"
pull_request:
branches:
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- feature/*
- bugfix/*
tags:
- "v*.*.*"
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- feature/*
- bugfix/*
tags:
- "v*.*.*"
pull_request:
Expand All @@ -14,7 +15,6 @@ permissions:
contents: write

env:
NSS_VERSION: nss-3.77
BORING_SSL_COMMIT: d24a38200fef19150eef00cad35b138936c08767

jobs:
Expand Down

0 comments on commit 31cc0fe

Please sign in to comment.