Update _shot_header_row.html.erb #545
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Main Branch | |
on: | |
push: | |
branches: [main] | |
jobs: | |
call-ruby-tests: | |
name: Ruby Tests | |
uses: ./.github/workflows/ruby-tests.yml | |
secrets: inherit |