We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab89c7c commit 0a95d4aCopy full SHA for 0a95d4a
.github/workflows/builds.yml
@@ -1,8 +1,6 @@
1
-name: Build Check
+name: Build Check #14
2
3
-on:
4
- schedule:
5
- - cron: '0 12 * * *'
+on: push
6
7
jobs:
8
RunOnLinux:
.github/workflows/maven.yml
@@ -1,20 +1,9 @@
-# This workflow is designed to build PRs for AHC. Note that it does not actually publish AHC, just builds and test it.
+# This workflow is designed to build PRs for AHC. Note that it does not actually publish AHC, just builds and test it. #14
# Docs: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Build PR
- push:
- branches:
9
- - main
10
- pull_request:
11
-
12
- workflow_dispatch:
13
- inputs:
14
- name:
15
- description: 'Github Actions'
16
- required: true
17
- default: 'Github Actions'
18
19
20
0 commit comments