Skip to content

Commit

Permalink
Trigger deploy on pull requests to master branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
Radosław Szamszur committed Sep 2, 2021
1 parent efe5ddb commit c02be15
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
name: Deploy

# Controls when the workflow will run
on:
pull_request:
branches-ignore:
- master
on: [pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit c02be15

Please sign in to comment.