Skip to content

Commit

Permalink
Configure build trigger
Browse files Browse the repository at this point in the history
Signed-off-by: mi2428 <[email protected]>
  • Loading branch information
mi2428 committed Sep 11, 2021
1 parent 98c3e74 commit ec63009
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/deploy_to_gpr.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: deploy to GPR
on: push
#on:
# push:
# branches:
# - master
# paths:
# - 'cmd/**'
# - 'Dockerfile'
on:
push:
branches:
- master
paths:
- 'cmd/**'
- 'Dockerfile'

jobs:
build:
Expand Down

0 comments on commit ec63009

Please sign in to comment.