Skip to content

Commit

Permalink
on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed Nov 6, 2024
1 parent ca6fd45 commit 8ce6969
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build Latest

on:
release:
types: [published]
push:
branches:
- 'main'

jobs:
build-latest:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-saml-latest.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build Latest SAML

on:
release:
types: [published]
push:
branches:
- 'main'

jobs:
build-saml:
Expand Down
2 changes: 1 addition & 1 deletion sal/version.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<plist version="1.0">
<dict>
<key>version</key>
<string>4.3.0.2295</string>
<string>4.3.0.2297</string>
</dict>
</plist>

0 comments on commit 8ce6969

Please sign in to comment.