Skip to content

Commit

Permalink
Revert "Temporary modify github actions."
Browse files Browse the repository at this point in the history
This reverts commit 4b0a760.
  • Loading branch information
arobenko committed Nov 18, 2024
1 parent 4b0a760 commit af6f17b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Github Actions Build

on: [push]
on:
push:
branches:
- '**'
tags-ignore:
- '**'

env:
COMMS_TAG: v5.2.7
Expand Down

0 comments on commit af6f17b

Please sign in to comment.