Skip to content

Commit

Permalink
Ease pre-pull request CI in forks
Browse files Browse the repository at this point in the history
Otherwise instead of just pushing you have to
create a pull request in the fork too
  • Loading branch information
paulo-ferraz-oliveira committed Sep 14, 2023
1 parent 77fdbb9 commit 6fa30d2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Common Test

on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
on: [pull_request, push]

jobs:
linux:
Expand Down

0 comments on commit 6fa30d2

Please sign in to comment.