Skip to content

Commit

Permalink
updated PR workflow triggering condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Thesephi committed Aug 21, 2023
1 parent 2365eed commit e3afd7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
name: Pull Request Workflow

on:
push:
branches: [ "!master", "!dependabot/*" ]
pull_request:
branches: [ "!master", "!dependabot/*" ]
push:
branches-ignore: [ "master", "dependabot/*" ]

jobs:
build:
Expand Down

0 comments on commit e3afd7f

Please sign in to comment.