Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzSwirlz committed Feb 17, 2022
1 parent 82f4168 commit 178832b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches: [ main-1.12.2 ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
branches: [ main-1.12.2 ]
schedule:
- cron: '42 7 * * 1'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Java CI with Gradle

on:
push:
branches: [ main ]
branches: [ main-1.12.2 ]
pull_request:
branches: [ main ]
branches: [ main-1.12.2 ]
release:
types: [created]
schedule:
Expand Down

0 comments on commit 178832b

Please sign in to comment.