We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf7c96 commit 3131115Copy full SHA for 3131115
.github/workflows/stan.yml
@@ -1,15 +1,18 @@
1
+# This workflow has been disabled on the Stack repository because Stan does not
2
+# yet support GHC >= 9.0. See: https://github.com/kowainik/stan/issues/423.
3
+#
4
+# On enabling a disabled workflow, see:
5
+# https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow#disabling-a-workflow
6
7
name: stan
8
-# Disabled because Stan does not yet support GHC >= 9.0. See:
-# https://github.com/kowainik/stan/issues/423
-
-# on:
-# pull_request:
-# push:
9
-# branches:
10
-# - master
11
-# - stable
12
-# - rc/**
+ on:
+ pull_request:
+ push:
+ branches:
13
+ - master
14
+ - stable
15
+ - rc/**
16
17
jobs:
18
build:
0 commit comments