Skip to content

Commit 1aac7db

Browse files
committed
wip: run push tests on this branch
For PR #74, I want to test if these workflow changes are working, so am pushing to the repository directly to get the tests to run in the expected context. Once done, I can throw this change and branch away.
1 parent 76f2c74 commit 1aac7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build on push to branch
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, fix-password-change-required]
66

77
# implicitely set all other permissions to none
88
permissions:

0 commit comments

Comments
 (0)