Skip to content

Commit ffb1ec8

Browse files
authored
Merge pull request #7 from sunbeam-labs/5-containerize-and-version
Fix mistakes from initial changes
2 parents 5e3071a + 2a029a2 commit ffb1ec8

File tree

5 files changed

+32
-1131
lines changed

5 files changed

+32
-1131
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Tests
22

33
on:
44
pull_request:
5-
branches:
6-
- main
5+
branches: [ master, main ]
6+
7+
workflow_dispatch:
78

89
jobs:
910
run-tests:
1011
uses: ./.github/workflows/tests.yml
11-
secrets: inherit
12-
12+
secrets: inherit

0 commit comments

Comments
 (0)