Runner stuff

This commit is contained in:
2026-07-27 20:57:54 -06:00
parent d6c8fdb7ae
commit 0b4532282d
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
name: Build and Package JRuby Rails App name: Build and Package JRuby Rails App
on: #on:
push: # push:
branches: # branches:
- main # - main
- second_try # - second_try
jobs: jobs:
build: build:
+1 -1
View File
@@ -3,7 +3,7 @@ name: CI
on: on:
pull_request: pull_request:
push: push:
branches: [ main ] branches: [ main, second_try ]
jobs: jobs:
scan_ruby: scan_ruby: