Skip to content

Commit

Permalink
Update GitHub PR workflow settings
Browse files Browse the repository at this point in the history
The change removes 'master' branch from the trigger branches for the GitHub PR (Pull Request) workflow. Now this PR workflow will trigger only on pushes to 'feature/*' branches and pull requests for the same.
  • Loading branch information
Gary Woodfine committed Jan 18, 2024
1 parent 5da658e commit 6d0d08c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: pr-check
on:
push:
branches:
- master
- feature/*
pull_request:
branches:
- master
- feature/*
jobs:
build:
Expand Down

0 comments on commit 6d0d08c

Please sign in to comment.