Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jun 13, 2024
1 parent 04040eb commit dde4b67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: main
on:
push:
branches:
- "master"
- "**"

jobs:
python-lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: worker
on:
push:
branches:
- "master"
- "worker/**"

jobs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/package_worker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Antares Worker packaging
# AntaresWebWorker packaging
#
# This script is launch by the GitHub Workflow `.github/workflows/worker.yml`.
# It builds the AntaresWebWorker.
Expand Down

0 comments on commit dde4b67

Please sign in to comment.