Skip to content

Commit

Permalink
fix pr trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dee-kryvenko committed Jun 20, 2021
1 parent a1655cf commit ef2d4e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: PR Build

on: push
on:
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit ef2d4e3

Please sign in to comment.