Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Enable webhook push to gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Jul 20, 2024
1 parent 30e838c commit ff20b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
post_webhook:
needs: build
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/aaaa'
if: github.ref == 'refs/heads/dev'

steps:
- name: POST Webhook
Expand Down

0 comments on commit ff20b43

Please sign in to comment.