Skip to content

Commit

Permalink
update: GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-tra committed Dec 4, 2024
1 parent fd39f80 commit 4e77f4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test, Build & Push (dev)
name: Build & Push (dev)

on:
workflow_call:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test, Build & Push (dev)

on:
pull_request:
branches:
- dev
- main

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
permissions:
id-token: write
contents: read

build_push:
name: Ants
uses: ./.github/workflows/build_push.yml
Expand Down

0 comments on commit 4e77f4d

Please sign in to comment.