Skip to content

Commit

Permalink
Change workflow to run on forked PRs (#602)
Browse files Browse the repository at this point in the history
* change workflow to run on forked PRs

* Update jdk-ea.yml
  • Loading branch information
SentryMan authored Jun 10, 2024
1 parent 5491ddf commit b92176f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/jdk-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: avaje-inject EA

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '39 1 * * 1,3,5'
Expand Down

0 comments on commit b92176f

Please sign in to comment.