Skip to content

Commit

Permalink
Enable easier debugging in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent a69d116 commit 754c720
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 7 additions & 3 deletions .github/github_workflows.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ defmodule GithubWorkflows do
[
name: "PR",
on: [
pull_request: [
branches: ["main"],
types: ["opened", "reopened", "synchronize"]
# pull_request: [
# branches: ["main"],
# types: ["opened", "reopened", "synchronize"]
# ]
# temporary
push: [
branches: ["mise"]
]
],
jobs:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: PR

on:
pull_request:
push:
branches:
- main
types:
- opened
- reopened
- synchronize
- mise

jobs:
compile:
Expand Down

0 comments on commit 754c720

Please sign in to comment.