aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTymanWasTaken <tyman@tyman.tech>2021-05-08 08:36:10 -0600
committerGitHub <noreply@github.com>2021-05-08 08:36:10 -0600
commit9620149225e84be8cdd258a1dff1b2385b5a9b9f (patch)
treed836ed3844fe54bb70391584bd28ef300fbed556 /.github/workflows
parenta0936a199d6a0ce9f89c1a9ba7f36fc36b369e97 (diff)
downloadSkyblock-Dungeons-Guide-9620149225e84be8cdd258a1dff1b2385b5a9b9f.tar.gz
Skyblock-Dungeons-Guide-9620149225e84be8cdd258a1dff1b2385b5a9b9f.tar.bz2
Skyblock-Dungeons-Guide-9620149225e84be8cdd258a1dff1b2385b5a9b9f.zip
Make it run on all branches
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ecf6f11c..9a827b21 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,9 +2,11 @@ name: Java CI with Gradle
on:
push:
- branches: [ master ]
+ branches:
+ - '*'
pull_request:
- branches: [ master ]
+ branches:
+ - '*'
workflow_dispatch:
jobs:
build: