Skip to content

Commit

Permalink
build.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Oct 7, 2023
1 parent 0d81132 commit 6d3b896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: build
on:
workflow_dispatch:
push:
branches: [ "master" ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: test

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

jobs:
check:
Expand Down

0 comments on commit 6d3b896

Please sign in to comment.