Skip to content

Commit

Permalink
Merge pull request #56 from tierpod/issue-53
Browse files Browse the repository at this point in the history
Run workflow on PR
  • Loading branch information
tierpod authored Apr 15, 2024
2 parents 8fb9dd0 + fd08014 commit b9e6a84
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
name: Build
on: [push]
on:
push:
pull_request:
paths-ignore:
- '**.md'

jobs:

build:
name: Build
runs-on: ubuntu-latest
# https://github.com/orgs/community/discussions/57827
if: github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.full_name !=
github.event.pull_request.base.repo.full_name

steps:

Expand Down

0 comments on commit b9e6a84

Please sign in to comment.