Skip to content

Commit

Permalink
test on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Sep 13, 2024
1 parent 09775e8 commit fe61db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.github/workflows/rust-docker-build.yml'
branches:
- 'master'
- frank/rust-cd

jobs:
build:
Expand Down Expand Up @@ -119,7 +120,7 @@ jobs:
name: deploy ${{ matrix.release }}
runs-on: ubuntu-latest
needs: build
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
strategy:
matrix:
include:
Expand Down

0 comments on commit fe61db3

Please sign in to comment.