-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Coming from your detailed post: Automate Your Development Workflow With Github Actions
Putting this on same workflow like:
workflow-github-actions/.github/workflows/demo-workflow.yml
Lines 7 to 8 in f93277f
| pull_request: | |
| branches: [ master ] |
I wonder won't it trigger deployment on every pull_request changes ??
workflow-github-actions/.github/workflows/demo-workflow.yml
Lines 59 to 63 in f93277f
| deploy: | |
| runs-on: ubuntu-latest | |
| name: Deploy the JAR file to the remote server | |
| needs: build | |
| steps: |
Metadata
Metadata
Assignees
Labels
No labels