Skip to content

Commit

Permalink
[TEST] Force run pr workflow, disable build workflow force run
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Jun 11, 2024
1 parent 5df905b commit dd18fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- '.gitignore'
branches:
- master
- test
env:
GO_VERSION: 1.21.3
GOPATH: ${{ github.workspace }}/go
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- 'docs/**'
- '**.md'
- .gitignore
push:
branches:
- test
env:
GO_VERSION: 1.21.3
jobs:
Expand Down

0 comments on commit dd18fa9

Please sign in to comment.